small fixup for fps counter

this code is a meme
This commit is contained in:
illusion98 2019-11-20 12:42:51 -05:00
parent 5140d4940e
commit d16c8d424c
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,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 |