Skip to content

Commit b825c14

Browse files
committed
..
1 parent 84b62ec commit b825c14

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

Plugin/SSTUTools/KSPShaderTools/Addon/ReflectionManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public void updateReflections()
255255
}
256256
}
257257
}
258-
else if (HighLogic.LoadedSceneIsFlight)
258+
else if (HighLogic.LoadedSceneIsFlight && FlightIntegrator.ActiveVesselFI != null)
259259
{
260260
Vessel vessel = FlightIntegrator.ActiveVesselFI.Vessel;
261261
if (vessel != null && vessel.loaded)

0 commit comments

Comments
 (0)