Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 27b9e9f

Browse files
committed
"new BPM map BUDDY" SHUT UP
1 parent e8a3002 commit 27b9e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/game/Conductor.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Conductor
9292
totalSteps += deltaSteps;
9393
totalPos += ((60 / curBPM) * 1000 / 4) * deltaSteps;
9494
}
95-
trace("new BPM map BUDDY " + bpmChangeMap);
95+
if (bpmChangeMap.length > 0) trace("new BPM map BUDDY " + bpmChangeMap);
9696
}
9797

9898
public static function changeBPM(newBpm:Float, ?alsoChangeLast:Bool=false)

0 commit comments

Comments
 (0)