mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 23:39:26 -05:00
Show PerformanceMeasurements independently of the Gui visibility
Replace settings in performance measurements with properties
This commit is contained in:
@@ -46,10 +46,11 @@ public:
|
||||
|
||||
protected:
|
||||
std::unique_ptr<ghoul::SharedMemory> _performanceMemory;
|
||||
int _sortingSelection = -1;
|
||||
|
||||
bool _sceneGraphIsEnabled = false;
|
||||
bool _functionsIsEnabled = false;
|
||||
|
||||
properties::IntProperty _sortingSelection;
|
||||
|
||||
properties::BoolProperty _sceneGraphIsEnabled;
|
||||
properties::BoolProperty _functionsIsEnabled;
|
||||
};
|
||||
|
||||
} // namespace gui
|
||||
|
||||
Reference in New Issue
Block a user