mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-21 22:53:13 +00:00
Fix out of bounds note selection
This commit is contained in:
parent
9b483de1da
commit
d43042fd36
|
@ -4223,8 +4223,8 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
|
|||
}
|
||||
else
|
||||
{
|
||||
// Minimum of 0.
|
||||
return 0;
|
||||
// Minimum of -1.
|
||||
return -1;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue