mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 17:20:09 -06:00
Readability fixes
This commit is contained in:
@@ -151,7 +151,6 @@ namespace openspace {
|
||||
if (dictionary.hasKey(ToggleVisibilityInfo.identifier)) {
|
||||
_toggleVisibility = dictionary.value<bool>(ToggleVisibilityInfo.identifier);
|
||||
}
|
||||
|
||||
_toggleVisibility.onChange([&]() { _hasSpeckFile = !_hasSpeckFile; });
|
||||
addProperty(_toggleVisibility);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user