mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
typo that i didnt catch before i pushed
This commit is contained in:
parent
789926d012
commit
fb4f425100
@ -178,7 +178,7 @@ namespace NewHorizons.Builder.Body
|
||||
light.color = lightColour;
|
||||
ambientLight.color = new Color(lightColour.r, lightColour.g, lightColour.b, lightColour.a == 0 ? 0.0001f : lightColour.a);
|
||||
|
||||
// used to use CopyPropertiesFrom, but that doesnt work here. instead, just copy sun props from unity explorer
|
||||
// used to use CopyPropertiesFrom, but that doesnt work here. instead, just copy settings from unity explorer
|
||||
var faceActiveCamera = sunLight.AddComponent<FaceActiveCamera>();
|
||||
faceActiveCamera._useLookAt = true;
|
||||
var csmTextureCacher = sunLight.AddComponent<CSMTextureCacher>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user