bugfix show Player when clic source

This commit is contained in:
Bruno Herbelin
2021-12-18 10:18:36 +01:00
parent a7689a8f54
commit bbc5e50491
2 changed files with 17 additions and 6 deletions

View File

@@ -255,6 +255,7 @@ public:
void resetActiveSelection();
void Render();
void setVisible(bool on);
bool Visible() const;
inline bool Foccused() const { return focused_; }
};