From 5fa9c5246fae5e33801e3ab648f248668ebe3f2e Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Fri, 4 Aug 2023 12:35:01 -0400 Subject: [PATCH] Fixed a bug where beat hit events were called multiple times during the conductor --- source/funkin/play/PlayState.hx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 3722d3797..ce72fa56c 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -820,16 +820,6 @@ class PlayState extends MusicBeatSubState FlxG.watch.addQuick('bfAnim', currentStage.getBoyfriend().getCurrentAnimation()); } - if (currentStage.getBoyfriend() != null) - { - FlxG.watch.addQuick('bfCameraFocus', currentStage.getBoyfriend().cameraFocusPoint); - } - - if (currentStage.getDad() != null) - { - FlxG.watch.addQuick('dadCameraFocus', currentStage.getDad().cameraFocusPoint); - } - // TODO: Add a song event for Handle GF dance speed. // Handle player death.