Skip to content

Commit

Permalink
update window size
Browse files Browse the repository at this point in the history
  • Loading branch information
Plutoberth committed May 21, 2022
1 parent 5d0211d commit 3b9bffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/CrossPlatformGUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <future>

constexpr auto GUI_MAX_MESSAGES = 5;
constexpr auto GUI_HEIGHT = 350;
constexpr auto GUI_HEIGHT = 380;
constexpr auto GUI_WIDTH = 540;
constexpr auto FPS = 60;
constexpr auto MS_PER_FRAME = 1000 / FPS;
Expand Down

0 comments on commit 3b9bffd

Please sign in to comment.