added nav-mesh support to indoor-map
some fixes/changes
This commit is contained in:
@@ -107,7 +107,7 @@ public:
|
||||
bool isVisible() const {return visible;}
|
||||
|
||||
/** make this layer visible */
|
||||
void setVisible(const bool visible) {
|
||||
virtual void setVisible(const bool visible) {
|
||||
this->visible = visible;
|
||||
onVisibilityChanged(visible);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user