refactor: remove static variables

This commit is contained in:
2021-11-04 11:43:49 +01:00
parent f74b850444
commit a3712febca
2 changed files with 8 additions and 7 deletions

View File

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