mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-26 15:07:14 +00:00
fixed N -> O typo?
This commit is contained in:
parent
82a6549075
commit
e02dee2601
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue