Skip to content

Commit

Permalink
forgot about these
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jul 18, 2023
1 parent 6c28ea2 commit 635265d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/meta/data/options/ControlsSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ class ControlsSubState extends MusicBeatSubstate {
}
}
changeSelection();

cameras = [FlxG.cameras.list[FlxG.cameras.list.length - 1]];
}

var leaving:Bool = false;
Expand Down
2 changes: 2 additions & 0 deletions source/meta/data/options/NotesHSVSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ class NotesHSVSubState extends MusicBeatSubstate
add(hsbText);

changeSelection();

cameras = [FlxG.cameras.list[FlxG.cameras.list.length - 1]];
}

var changingNote:Bool = false;
Expand Down
2 changes: 2 additions & 0 deletions source/meta/data/options/NotesRGBSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ class NotesRGBSubState extends MusicBeatSubstate
add(hsbText);

changeSelection();

cameras = [FlxG.cameras.list[FlxG.cameras.list.length - 1]];
}

var changingNote:Bool = false;
Expand Down

0 comments on commit 635265d

Please sign in to comment.