Fixed Input IsKeyPressed system, F6 to pause the game while running, F6 to start/stop
This commit is contained in:
@@ -71,9 +71,11 @@ namespace Nuake
|
||||
|
||||
s_FixedUpdateDifference -= s_FixedUpdateRate;
|
||||
}
|
||||
|
||||
Input::Update();
|
||||
}
|
||||
|
||||
Input::Update();
|
||||
|
||||
}
|
||||
|
||||
void Engine::EnterPlayMode()
|
||||
|
||||
Reference in New Issue
Block a user