mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
raylib: revert auto fit screen size (#34380)
revert auto fit screen size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user