mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2024-11-12 02:00:53 +01:00
Remove debug FPS window
This commit is contained in:
parent
7ea114eb59
commit
63a4a10dfc
@ -812,12 +812,6 @@ int main() {
|
||||
}
|
||||
}
|
||||
ImGui::EndMainMenuBar();
|
||||
|
||||
if (ImGui::Begin("Debug")) {
|
||||
ImGui::TextUnformatted(fmt::format("frame time : {}ms", delta.asMilliseconds()).c_str());
|
||||
ImGui::TextUnformatted(fmt::format("{:.0f} fps", 1.0f / delta.asSeconds()).c_str());
|
||||
}
|
||||
ImGui::End();
|
||||
ImGui::SFML::Render(window);
|
||||
window.display();
|
||||
markers.update();
|
||||
|
Loading…
Reference in New Issue
Block a user