暂且修了LookAt

This commit is contained in:
SoulliesOfficial
2025-07-13 06:06:38 -04:00
parent 7642bf1d9d
commit b00eb6505b
52 changed files with 32852 additions and 16272 deletions

View File

@@ -101,7 +101,7 @@ namespace Ichni.RhythmGame
Debug.LogError("Null element detected in elementList. Skipping execution.");
return;
}
Debug.Log(element.GetType());
//Debug.Log(element.GetType());
if (LowPriorityGameElementTypes.Contains(element.GetType()))
{
return;