feat: don't show tile select when tooltip

This commit is contained in:
2021-12-12 16:59:57 +01:00
parent e7bf22cea6
commit 61166023df
3 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ public:
virtual void render();
void setCastle(const game::TeamCastle* castle) { m_Castle = castle; }
bool isShown() { return m_Castle != nullptr; }
};
} // namespace gui