Skip to content

Commit

Permalink
Removed an accidental whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
larsy1995 committed Feb 5, 2025
1 parent 9462ca2 commit ffb67bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/window/gui/Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ffb67bb

Please sign in to comment.