refactor: change demo window declaration

This commit is contained in:
2021-11-14 10:34:00 +01:00
parent 39329df5de
commit 935a514fb5
4 changed files with 6 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ class FrameMenu : public GuiWidget {
private:
bool m_VSync;
bool m_IsometricView;
bool m_ShowDemoWindow;
public:
FrameMenu(client::Client* client);