This commit is contained in:
JohnCorby 2025-02-13 20:32:21 -08:00
parent 89a58c2a93
commit ece07be2d6

View File

@ -127,7 +127,7 @@ namespace NewHorizons.Utility
}
Profiler.EndSample();
Profiler.BeginSample("1");
Profiler.BeginSample("2");
// 2: find inactive using root + transform.find
var names = path.Split('/');