Readability fixes

This commit is contained in:
aniisaaden
2020-07-20 16:54:54 +02:00
parent d9b51926c6
commit d1aba9ee30
2 changed files with 5 additions and 6 deletions

View File

@@ -151,7 +151,6 @@ namespace openspace {
if (dictionary.hasKey(ToggleVisibilityInfo.identifier)) {
_toggleVisibility = dictionary.value<bool>(ToggleVisibilityInfo.identifier);
}
_toggleVisibility.onChange([&]() { _hasSpeckFile = !_hasSpeckFile; });
addProperty(_toggleVisibility);
}