raylib: revert auto fit screen size (#34380)

revert auto fit screen size
This commit is contained in:
Dean Lee
2025-01-14 11:45:13 +08:00
committed by GitHub
parent 57abd8b0c2
commit 0e7c697bad
+1 -1
View File
@@ -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