From 5f65bb5360f6d9c6831b1a15f75e8987233342e9 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 23 Mar 2023 13:32:55 -0700 Subject: [PATCH] grrrrr --- NewHorizons/Builder/Props/DetailBuilder.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/NewHorizons/Builder/Props/DetailBuilder.cs b/NewHorizons/Builder/Props/DetailBuilder.cs index 2b0b46f3..bb10ba29 100644 --- a/NewHorizons/Builder/Props/DetailBuilder.cs +++ b/NewHorizons/Builder/Props/DetailBuilder.cs @@ -104,9 +104,6 @@ namespace NewHorizons.Builder.Props var isTorch = prop.GetComponent() != null; isItem = false; - // IgnoreSun is just a shadow casting optimization for BH so we can get rid of it - if (prop.layer == Layer.IgnoreSun) prop.layer = Layer.Default; - foreach (var component in prop.GetComponentsInChildren(true)) { // Components can come through as null here (yes, really),