Enabled Test Lua Editor

This commit is contained in:
OusmBlueNinja 2024-12-27 21:44:05 -06:00
parent 193dcee7d6
commit 434314fabd

View File

@ -274,7 +274,7 @@ void MyEngine::Run()
m_SceneWindow->Show();
//m_luaEditor->Show();
m_luaEditor->Show();
// After rendering
m_PerformanceWindow->UpdatePerformanceStats(-1, g_GPU_Triangles_drawn_to_screen);