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);

View File

@@ -43,8 +43,6 @@ private:
std::unique_ptr<td::gui::GameMenu> m_GameMenu;
std::unique_ptr<td::gui::FrameMenu> m_FrameMenu;
std::unique_ptr<td::gui::UpdateMenu> m_UpdateMenu;
bool m_DemoOpened = true;
public:
TowerGui(SDL_Window* wndow, SDL_GLContext glContext, td::render::Renderer* renderer);
~TowerGui();