mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-25 13:58:55 -05:00
Cleanup lambda expressions and directly address Fadeable properties when adding properties
This commit is contained in:
@@ -297,7 +297,7 @@ RenderableGalaxy::RenderableGalaxy(const ghoul::Dictionary& dictionary)
|
||||
_pointSpreadFunctionTexturePath
|
||||
);
|
||||
|
||||
auto onChange = [&](bool enabled) {
|
||||
auto onChange = [this](bool enabled) {
|
||||
if (enabled) {
|
||||
global::raycasterManager->attachRaycaster(*_raycaster);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user