Skip to content

Commit

Permalink
Trying to fix more light issues
Browse files Browse the repository at this point in the history
  • Loading branch information
StollD committed Oct 6, 2017
1 parent 32f0012 commit a4242b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kopernicus/RuntimeUtility/RuntimeUtility.cs
Expand Up @@ -123,6 +123,7 @@ void Start()
Utility.CopyObjectFields(Sun.Instance, star, false);
DestroyImmediate(Sun.Instance);
Sun.Instance = star;
Sun.Instance.useLocalSpaceSunLight = true;

// Bodies
Dictionary<String, KeyValuePair<CelestialBody, CelestialBody>> fixes = new Dictionary<String, KeyValuePair<CelestialBody, CelestialBody>>();
Expand Down

0 comments on commit a4242b1

Please sign in to comment.