fixed
This commit is contained in:
parent
4babacde25
commit
5bc56e0a0b
@ -82,7 +82,7 @@ class Note extends FlxSprite
|
||||
}
|
||||
else
|
||||
{
|
||||
this.strumTime = Math.round(strumTime);
|
||||
this.strumTime = strumTime;
|
||||
rStrumTime = strumTime - (FlxG.save.data.offset + PlayState.songOffset);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user