diff --git a/Assets/Scripts/Games/DJSchool/DJSchool.cs b/Assets/Scripts/Games/DJSchool/DJSchool.cs index 4e538eb4..0f99c631 100644 --- a/Assets/Scripts/Games/DJSchool/DJSchool.cs +++ b/Assets/Scripts/Games/DJSchool/DJSchool.cs @@ -70,8 +70,7 @@ namespace RhythmHeavenMania.Games.DJSchool } else { - // there is no sprite for the alternate idle bop, oh well - // test message + // todo: split between left and right bop based on beat djYellowAnim.Play("IdleBop", 0, 0); } }