diff --git a/source/Note.hx b/source/Note.hx index 114a7ff..090e2b7 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -45,7 +45,7 @@ class Note extends FlxSprite x += 50; // MAKE SURE ITS DEFINITELY OFF SCREEN? y -= 2000; - this.strumTime = strumTime; + this.strumTime = strumTime + FlxG.save.data.offset; this.noteData = noteData;