From 60d1006f69260c8ea8aaed4b9872d3c10bcf17a1 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:45:47 +0000 Subject: [PATCH] fix ui lmao --- src/gui/SPCustomsGui.hx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/SPCustomsGui.hx b/src/gui/SPCustomsGui.hx index 7ee6b9a3..ec2c3aa7 100644 --- a/src/gui/SPCustomsGui.hx +++ b/src/gui/SPCustomsGui.hx @@ -33,12 +33,7 @@ class SPCustomsGui extends GuiImage { this.position = new Vector(); this.extent = new Vector(640, 480); - #if hl - var scene2d = hxd.Window.getInstance(); - #end - #if (js || uwp) var scene2d = MarbleGame.instance.scene2d; - #end var offsetX = (scene2d.width - 1280) / 2; var offsetY = (scene2d.height - 720) / 2;