Merge pull request #584 from FunkinCrew/hard-erect-lag-fix

removes trace() that lags freeplay
This commit is contained in:
Cameron Taylor 2024-05-31 18:07:48 -04:00 committed by GitHub
commit 72ca1145ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,8 +264,6 @@ class SongMenuItem extends FlxSpriteGroup
function updateBPM(newBPM:Int):Void
{
trace(newBPM);
var shiftX:Float = 191;
var tempShift:Float = 0;