mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
oops
This commit is contained in:
parent
83d86ff485
commit
f9d9733fcc
@ -105,7 +105,7 @@ namespace NewHorizons.Builder.Props
|
||||
isItem = false;
|
||||
|
||||
// IgnoreSun is just a shadow casting optimization for BH so we can get rid of it
|
||||
if (go.layer == Layer.IgnoreSun) go.layer = Layer.Default;
|
||||
if (prop.layer == Layer.IgnoreSun) prop.layer = Layer.Default;
|
||||
|
||||
foreach (var component in prop.GetComponentsInChildren<Component>(true))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user