mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Revert "(gl) Fix gl->should_resize being always true"
This reverts commit 0f339caf30362047ab676d696e3fb0677021d264.
This commit is contained in:
parent
b056e809c3
commit
d35840ebcd
@ -2678,9 +2678,6 @@ static bool gl_alive(void *data)
|
||||
bool quit = false, resize = false;
|
||||
gl_t *gl = (gl_t*)data;
|
||||
|
||||
/* Needed because some context drivers don't track their sizes */
|
||||
video_driver_get_size(&temp_width, &temp_height);
|
||||
|
||||
if (gfx_ctx_check_window(data, &quit,
|
||||
&resize, &temp_width, &temp_height))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user