diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 0020d6c086..94e007b899 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -774,6 +774,8 @@ static bool video_driver_init_internal(void) goto error; } + video.real_width = 0; + video.real_height = 0; video.width = width; video.height = height; video.fullscreen = settings->video.fullscreen;