Added toggle for ImGui demo window in Debug mode

This commit is contained in:
WerWolv
2020-11-23 22:23:06 +01:00
parent 0d0b2d6962
commit 45bcdc8c46
3 changed files with 16 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ namespace hex {
GLFWwindow* m_window;
std::vector<View*> m_views;
bool m_fpsVisible = false;
bool m_demoWindowOpen = false;
static inline std::tuple<int, int> s_currShortcut = { -1, -1 };
};