Text Rendering
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user