Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 92af2a9

Browse files
committed
sgas
1 parent 99cbc35 commit 92af2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Note.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class Note extends FlxSprite
181181
animation.play(dataColor[noteData] + 'Scroll');
182182
originColor = noteData; // The note's origin color will be checked by its sustain notes
183183

184-
if (FlxG.save.data.stepMania && !isSustainNote)
184+
if (FlxG.save.data.stepMania && !isSustainNote && !(PlayState.instance != null ? PlayState.instance.executeModchart : false))
185185
{
186186
var col:Int = 0;
187187

0 commit comments

Comments
 (0)