mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-23 05:15:14 -04:00
removes trace() that lags freeplay
This commit is contained in:
parent
dc33da904c
commit
7347b66ce4
1 changed files with 0 additions and 2 deletions
|
@ -264,8 +264,6 @@ class SongMenuItem extends FlxSpriteGroup
|
|||
|
||||
function updateBPM(newBPM:Int):Void
|
||||
{
|
||||
trace(newBPM);
|
||||
|
||||
var shiftX:Float = 191;
|
||||
var tempShift:Float = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue