From cb64ea3458231d0987669bb17b14d81f69fc6690 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 5 Mar 2022 20:38:48 -0500 Subject: [PATCH] Update OWAssetHandler.cs --- NewHorizons/Handlers/OWAssetHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NewHorizons/Handlers/OWAssetHandler.cs b/NewHorizons/Handlers/OWAssetHandler.cs index 1f1841b8..74611aa4 100644 --- a/NewHorizons/Handlers/OWAssetHandler.cs +++ b/NewHorizons/Handlers/OWAssetHandler.cs @@ -37,6 +37,7 @@ namespace NewHorizons.Handlers if (_materialCache == null) _materialCache = new Dictionary(); + // Gonna assume that if theres more than one material its probably in the same asset bundle anyway right if (_materialCache.TryGetValue(materials[0], out assetBundle)) { assetBundles.Add(assetBundle);