mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-27 07:27:12 +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
|
// 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);
|
ChartEditorDialogHandler.openBrowseWizard(this, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue