mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 15:59:37 -05:00
Pass through the coding styles
This commit is contained in:
@@ -363,7 +363,8 @@ void SkyBrowserModule::disableHoverCircle(bool useScript) {
|
||||
}
|
||||
else {
|
||||
properties::Property* prop = _hoverCircle->renderable()->property("Fade");
|
||||
properties::FloatProperty* floatProp = dynamic_cast<properties::FloatProperty*>(prop);
|
||||
properties::FloatProperty* floatProp =
|
||||
dynamic_cast<properties::FloatProperty*>(prop);
|
||||
ghoul_assert(floatProp, "Fade property is not a float property");
|
||||
*floatProp = 0.f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user