mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-08 12:38:21 +00:00
Readd some missing lines.
This commit is contained in:
parent
160fe77bbc
commit
6dbf958d75
|
@ -100,6 +100,8 @@ class PreciseInputManager extends FlxKeyManager<FlxKey, PreciseInputList>
|
|||
_dirReleaseTimestamps = new Map<NoteDirection, Int64>();
|
||||
|
||||
// Keyboard
|
||||
FlxG.stage.removeEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);
|
||||
FlxG.stage.removeEventListener(KeyboardEvent.KEY_UP, onKeyUp);
|
||||
FlxG.stage.application.window.onKeyDownPrecise.add(handleKeyDown);
|
||||
FlxG.stage.application.window.onKeyUpPrecise.add(handleKeyUp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue