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();