mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 13:37:40 +02:00
Rhythm Rally: Darkened table shadow. Crop Stomp: Commented out unneeded debug call. General: Moved model stuff to new "Models" folder.
This commit is contained in:
@ -157,7 +157,7 @@ namespace RhythmHeavenMania.Games.CropStomp
|
||||
|
||||
if (!isMarching)
|
||||
return;
|
||||
Debug.Log(newBeat);
|
||||
// Debug.Log(newBeat);
|
||||
|
||||
if (cond.ReportBeat(ref newBeat, marchOffset, true))
|
||||
{
|
||||
|
Reference in New Issue
Block a user