1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

fixed N -> O typo?

This commit is contained in:
Cameron Taylor 2023-09-12 22:34:49 -04:00 committed by GitHub
parent 82a6549075
commit e02dee2601

View file

@ -2906,7 +2906,7 @@ class ChartEditorState extends HaxeUIState
}
// CTRL + O = Open Chart
if (FlxG.keys.pressed.CONTROL && FlxG.keys.justPressed.N)
if (FlxG.keys.pressed.CONTROL && FlxG.keys.justPressed.O)
{
ChartEditorDialogHandler.openBrowseWizard(this, true);
}