Added FPS display

This commit is contained in:
WerWolv
2020-11-11 09:22:55 +01:00
parent 434bb3494a
commit 6f59955c92
6 changed files with 17 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ namespace hex {
ImGui::EndMenu();
}
if (ImGui::BeginMenu("Window")) {
if (ImGui::BeginMenu("View")) {
ImGui::MenuItem("Pattern View", "", &this->m_windowOpen);
ImGui::EndMenu();
}