Fixes
This commit is contained in:
@ -28,7 +28,6 @@
|
||||
|
||||
namespace ia::iae
|
||||
{
|
||||
EXTERN GameFunctionTable g_gameFunctions;
|
||||
EXTERN SDL_Window *g_windowHandle;
|
||||
|
||||
ImGuiIO g_imGUIIO{};
|
||||
@ -72,7 +71,7 @@ namespace ia::iae
|
||||
|
||||
Physics::DebugDraw();
|
||||
WorldManager::DebugDraw();
|
||||
g_gameFunctions.OnDebugDraw();
|
||||
Game_OnDebugDraw();
|
||||
|
||||
ImGui::Render();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user