From ffb67bb9a04083d67e3e1812c0758b6d9cf5de9d Mon Sep 17 00:00:00 2001 From: Lars-Christian Selland Date: Wed, 5 Feb 2025 02:00:37 +0100 Subject: [PATCH] Removed an accidental whitespace --- src/window/gui/Gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window/gui/Gui.cpp b/src/window/gui/Gui.cpp index 38a633100..9f2be7994 100644 --- a/src/window/gui/Gui.cpp +++ b/src/window/gui/Gui.cpp @@ -569,7 +569,6 @@ void Gui::CalculateGameViewport() { mainPos.x -= mTemporaryWindowPos.x; mainPos.y -= mTemporaryWindowPos.y; ImVec2 size = ImGui::GetContentRegionAvail(); - gfx_current_dimensions.width = (uint32_t)(size.x * gfx_current_dimensions.internal_mul); gfx_current_dimensions.height = (uint32_t)(size.y * gfx_current_dimensions.internal_mul); gfx_current_game_window_viewport.x = (int16_t)mainPos.x;