From 14ef69c0f6309d64a358b25cf6395bc80a4c6ff5 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:40:32 +1000 Subject: Move error screen over title --- source/frontend/StarErrorScreen.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/frontend/StarErrorScreen.hpp') diff --git a/source/frontend/StarErrorScreen.hpp b/source/frontend/StarErrorScreen.hpp index b289678..eb1f73e 100644 --- a/source/frontend/StarErrorScreen.hpp +++ b/source/frontend/StarErrorScreen.hpp @@ -23,7 +23,7 @@ public: bool accepted(); - void render(); + void render(bool useBackdrop = false); bool handleInputEvent(InputEvent const& event); void update(); @@ -31,8 +31,6 @@ public: private: void renderCursor(); - void back(); - float interfaceScale() const; unsigned windowHeight() const; unsigned windowWidth() const; -- cgit v1.2.3