#93 fix window resize bug with upscale hack
This commit is contained in:
parent
5db961656a
commit
e6c878fc49
1 changed files with 2 additions and 0 deletions
|
@ -788,6 +788,8 @@ static void ogl_render()
|
|||
|
||||
fpsl_frame_end();
|
||||
}
|
||||
|
||||
InterlockedExchange(&g_ddraw->upscale_hack_active, FALSE);
|
||||
}
|
||||
|
||||
static void ogl_delete_context(HGLRC context)
|
||||
|
|
Loading…
Reference in a new issue