1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-25 08:13:45 +00:00

optimized lol

This commit is contained in:
Cameron Taylor 2022-02-03 19:54:32 -05:00
parent f710ad78bc
commit b263c553ad

View file

@ -609,9 +609,6 @@ class ChartingState extends MusicBeatState
playheadTest.y = CoolUtil.coolLerp(playheadTest.y, FlxMath.remapToRange(Conductor.songPosition, 0, FlxG.sound.music.length, 0, FlxG.height), 0.5);
trace(_song.noteMap.toString());
trace(SongLoad.songData.noteMap.toString());
trace(SongLoad.curDiff);
var strumLinePos:Float = getYfromStrum((Conductor.songPosition - sectionStartTime()) % (Conductor.stepCrochet * SongLoad.getSong()[curSection].lengthInSteps));
if (FlxG.sound.music != null)