diff --git a/source/funkin/input/PreciseInputManager.hx b/source/funkin/input/PreciseInputManager.hx index 897f738fb..59e6610a5 100644 --- a/source/funkin/input/PreciseInputManager.hx +++ b/source/funkin/input/PreciseInputManager.hx @@ -100,6 +100,8 @@ class PreciseInputManager extends FlxKeyManager _dirReleaseTimestamps = new Map(); // 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); diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index cafb79a76..8b47e6ebd 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -2443,7 +2443,7 @@ class PlayState extends MusicBeatSubState { NGio.unlockMedal(60961); - var data:SaveScoreData = + var data = { score: PlayStatePlaylist.campaignScore, tallies: