Cleanups
This commit is contained in:
parent
831ea1a507
commit
0021970c16
|
@ -774,6 +774,8 @@ static bool video_driver_init_internal(void)
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video.real_width = 0;
|
||||||
|
video.real_height = 0;
|
||||||
video.width = width;
|
video.width = width;
|
||||||
video.height = height;
|
video.height = height;
|
||||||
video.fullscreen = settings->video.fullscreen;
|
video.fullscreen = settings->video.fullscreen;
|
||||||
|
|
Loading…
Reference in New Issue