updated index selection

This commit is contained in:
Kade M 2021-03-10 11:43:34 -08:00 committed by GitHub
parent 5e59c97909
commit a898c72884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ class OptionsMenu extends MusicBeatState
if (controls.ACCEPT)
{
if (curSelected != 3)
if (curSelected != 4)
grpControls.remove(grpControls.members[curSelected]);
switch(curSelected)
{