This commit is contained in:
twinaphex 2017-04-24 12:19:47 +02:00
parent 831ea1a507
commit 0021970c16

View File

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