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 setMob(const game::Mob* mob) { m_Mob = mob; }
bool isShown() { return m_Mob != nullptr; }
};
} // namespace gui