Other Widget

This commit is contained in:
2024-03-22 17:58:28 +01:00
parent fffaa8b048
commit 8835d15e7c
4 changed files with 21 additions and 3 deletions

View File

@@ -150,6 +150,8 @@ bool SystemClass::Frame()
float speed = m_Application->GetSpeed();
m_imguiManager->WidgetSpeedSlider(&speed);
m_Application->SetSpeed(speed);
m_imguiManager->WidgetButton();
m_imguiManager->WidgetFPS();
ImGui::End();