From 7d2713a731a0e96975ee3c0f06126963545b121d Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Thu, 25 Apr 2024 01:55:51 -0400 Subject: [PATCH] this doesn't need to be here --- source/funkin/play/ResultState.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/funkin/play/ResultState.hx b/source/funkin/play/ResultState.hx index 04080d80e..69acb36b5 100644 --- a/source/funkin/play/ResultState.hx +++ b/source/funkin/play/ResultState.hx @@ -164,8 +164,6 @@ class ResultState extends MusicBeatSubState songName.angle = -4.4; add(songName); - songName.x = FlxG.width; - var angleRad = songName.angle * Math.PI / 180; speedOfTween.x = -1.0 * Math.cos(angleRad); speedOfTween.y = -1.0 * Math.sin(angleRad);