Fix SM replays

This commit is contained in:
KadeDeveloper
2021-07-20 02:08:39 -07:00
parent 6c1372a5fb
commit 7512c87425
4 changed files with 116 additions and 9 deletions

View File

@ -84,6 +84,10 @@ class Note extends FlxSprite
{
this.strumTime = strumTime;
rStrumTime = strumTime - (FlxG.save.data.offset + PlayState.songOffset);
#if sys
if (PlayState.isSM)
rStrumTime = rStrumTime - Std.parseFloat(PlayState.sm.header.OFFSET);
#end
}