From 5bc56e0a0b9465757049feb96f28eed3a134424a Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Mon, 19 Jul 2021 23:11:24 -0700 Subject: [PATCH] fixed --- source/Note.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Note.hx b/source/Note.hx index 1e9c199..e1650ad 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -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); }