Skip to content

Commit a4242b1

Browse files
committedOct 6, 2017
Trying to fix more light issues
1 parent 32f0012 commit a4242b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Kopernicus/RuntimeUtility/RuntimeUtility.cs

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ void Start()
123123
Utility.CopyObjectFields(Sun.Instance, star, false);
124124
DestroyImmediate(Sun.Instance);
125125
Sun.Instance = star;
126+
Sun.Instance.useLocalSpaceSunLight = true;
126127

127128
// Bodies
128129
Dictionary<String, KeyValuePair<CelestialBody, CelestialBody>> fixes = new Dictionary<String, KeyValuePair<CelestialBody, CelestialBody>>();

0 commit comments

Comments
 (0)
Please sign in to comment.