perf
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Collections.Generic;
|
||||
using Ichni.RhythmGame.Beatmap;
|
||||
using Lean.Pool;
|
||||
using Sirenix.OdinInspector;
|
||||
using UniRx;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni.RhythmGame
|
||||
@@ -53,10 +54,10 @@ namespace Ichni.RhythmGame
|
||||
}
|
||||
}
|
||||
|
||||
foreach (NoteBase note in notes)
|
||||
/*foreach (NoteBase note in notes)
|
||||
{
|
||||
Debug.Log(note.GetType() + " " + note.elementName + " " + note.exactJudgeTime);
|
||||
}
|
||||
}*/
|
||||
|
||||
return notes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user