wait not it wasnt

This commit is contained in:
xen-42 2024-12-16 17:11:10 -05:00
parent 0fee045aa8
commit 33b95fea83

View File

@ -102,7 +102,6 @@ namespace NewHorizons.Utility.Files
return prefab;
}
// Adapted from QSB https://github.com/qsb-dev/quantum-space-buddies/blob/master/QSB/PlayerBodySetup/Remote/ShaderReplacer.cs
public static void ReplaceShaders(GameObject prefab)
{
foreach (var renderer in prefab.GetComponentsInChildren<Renderer>(true))