Remove IAMath

This commit is contained in:
Isuru Samarathunga
2025-09-13 14:55:15 +05:30
parent 50f3f14c47
commit 62edc71750
12 changed files with 44 additions and 29 deletions

View File

@ -36,6 +36,6 @@ namespace ia::iae::game
VOID Game::Update()
{
g_tex->Draw({}, {}, {}, false, false, {});
g_tex->Draw({}, {1.0f, 1.0f, 1.0f}, 0.0f, false, false, {1.0f, 1.0f, 1.0f, 1.0f});
}
}