We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe14b1f commit d756b01Copy full SHA for d756b01
source/archipelago/APNote.hx
@@ -60,7 +60,7 @@ class APNote extends objects.Note {
60
var location:Int = locations[i % locations.length];
61
var apNote = new APNote(note, location, null); // Create a new APNote with the location
62
newNotes.push(apNote);
63
- notes.isCheck = true;
+ note.isCheck = true;
64
notes[randomIndices[i]] = apNote; // Replace the original note with the APNote
65
}
66
0 commit comments