From cc48047bb969423a4a8524b351d79c4fc51bcc99 Mon Sep 17 00:00:00 2001 From: Vortex <73261680+Vortex2Oblivion@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:05:03 -0500 Subject: [PATCH] oopsie --- source/states/PlayState.hx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/states/PlayState.hx b/source/states/PlayState.hx index 0f7152e2c9..07711fbf8a 100644 --- a/source/states/PlayState.hx +++ b/source/states/PlayState.hx @@ -970,10 +970,6 @@ class PlayState extends MusicBeatState { add(ratingsGroup); add(strumLineNotes); - playfieldRenderer = new PlayfieldRenderer(strumLineNotes, notes, this); - playfieldRenderer.cameras = [camHUD]; - add(playfieldRenderer); - var cache_splash:NoteSplash = new NoteSplash(); cache_splash.kill();