Skip to content

Commit d756b01

Browse files
committed
Update APNote.hx
1 parent fe14b1f commit d756b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/APNote.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class APNote extends objects.Note {
6060
var location:Int = locations[i % locations.length];
6161
var apNote = new APNote(note, location, null); // Create a new APNote with the location
6262
newNotes.push(apNote);
63-
notes.isCheck = true;
63+
note.isCheck = true;
6464
notes[randomIndices[i]] = apNote; // Replace the original note with the APNote
6565
}
6666

0 commit comments

Comments
 (0)