Skip to content

Commit

Permalink
raylib: revert auto fit screen size (#34380)
Browse files Browse the repository at this point in the history
revert auto fit screen size
  • Loading branch information
deanlee authored Jan 14, 2025
1 parent 57abd8b commit 0e7c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/ui/raylib/util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ App::App(const char *title, int fps) {
Hardware::set_brightness(65);

// SetTraceLogLevel(LOG_NONE);
InitWindow(0, 0, title);
InitWindow(2160, 1080, title);
SetTargetFPS(fps);

// Load fonts
Expand Down

0 comments on commit 0e7c697

Please sign in to comment.