Text Rendering

This commit is contained in:
Isuru Samarathunga
2025-10-20 23:39:54 +05:30
parent d4e93b047c
commit b10aacaee7
40 changed files with 1295 additions and 297 deletions

View File

@ -33,7 +33,7 @@ namespace ia::iae
VOID Physics::Update()
{
if(Engine::WasInputKeyPressed(InputKey::F6))
if(Engine::Input_WasKeyPressed(InputKey::F6))
g_physicsDebugDrawEnabled = !g_physicsDebugDrawEnabled;
}