Pass through the coding styles

This commit is contained in:
Alexander Bock
2025-06-05 10:59:58 +02:00
parent 7b731219aa
commit fbd4128b34
56 changed files with 179 additions and 112 deletions
+2 -1
View File
@@ -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;
}