small fixup for fps counter

this code is a meme
This commit is contained in:
illusion98 2019-11-20 12:42:51 -05:00 committed by illusion
parent e25ab4a0fc
commit 280cc1c47f
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ void Window::OnPaint(UIEvent* e) {
on_paint(e);
if (display_fps_) {
ImGui::Begin("FPS", (bool*)0, {0.0f, 0.0f}, 0.0f,
ImGui::Begin("FPS", (bool*)0,
ImGuiWindowFlags_::ImGuiWindowFlags_NoTitleBar |
ImGuiWindowFlags_::ImGuiWindowFlags_NoResize |
ImGuiWindowFlags_::ImGuiWindowFlags_NoMove |