mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
Merge pull request #584 from FunkinCrew/hard-erect-lag-fix
removes trace() that lags freeplay
This commit is contained in:
commit
72ca1145ba
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