mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
DashboardItem now listens to paramter 'enabled' in constructor
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
virtual glm::vec2 size() const = 0;
|
||||
|
||||
protected:
|
||||
properties::BoolProperty _isEnabled;
|
||||
properties::BoolProperty _enabled;
|
||||
};
|
||||
|
||||
} // openspace
|
||||
|
||||
Reference in New Issue
Block a user