Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 18334ce

Browse files
committed
else if :nerd
1 parent 5d488df commit 18334ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source/Note.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ class Note extends FlxSprite
173173
}
174174

175175
if (!inEditor && ClientPrefs.getGameplaySetting('mirrorcharts', false)) {
176+
noteData = Std.parseInt(Std.string(Math.abs(Std.parseFloat(Std.string(noteData-3)))));
177+
/*
176178
if (noteData == 0) {
177179
noteData = 3;
178180
} else if (noteData == 1) {
@@ -182,6 +184,7 @@ class Note extends FlxSprite
182184
} else if (noteData == 3) {
183185
noteData = 0;
184186
}
187+
*/
185188
}
186189

187190
if (prevNote == null)

0 commit comments

Comments
 (0)