Fix SM replays
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user