You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Utility Mods/MoA Fusion Systems/Data/Scripts/ModularAssemblies/HeatParts/ExtendableRadiators/ExtendableRadiator.cs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ public override void UpdateAfterSimulation()
91
91
if(Animation.IsActive)
92
92
Animation.UpdateTick();
93
93
else
94
-
MakePanelsVisible();
94
+
MakePanelsVisible(false);
95
95
}
96
96
97
97
publicoverrideboolIsSerialized()
@@ -209,7 +209,7 @@ public void ExtendPanels()
209
209
/// <summary>
210
210
/// Panels start invisible for the animation to play. This makes them visible again.
211
211
/// </summary>
212
-
publicvoidMakePanelsVisible()
212
+
publicvoidMakePanelsVisible(boolclearStored=true)
213
213
{
214
214
IMyCubeBlocknextBlock;
215
215
intidx=1;
@@ -222,7 +222,8 @@ public void MakePanelsVisible()
0 commit comments