raylib: revert auto fit screen size (#34380)

revert auto fit screen size
pull/34381/head
Dean Lee 3 months ago committed by GitHub
parent 57abd8b0c2
commit 0e7c697bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      system/ui/raylib/util.cc

@ -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

Loading…
Cancel
Save