Corrected the description of anyNotes

anyNotes returns true if the amount of rendered notes != 0,
it previously stated that it returned the number of rendered notes on the screen
This commit is contained in:
Carson Kompon 2021-05-21 22:53:36 -04:00
parent f66219ddf6
commit a5d24d2196

View File

@ -281,7 +281,7 @@ Returns what the game would normally put the specified rendered note x.
##### anyNotes()
Returns the number of rendered notes on the screen.
Returns true if there are rendered notes, and returns false if there are none
##### getRenderedNoteStrumtime(int id)