1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

#93 fix window resize bug with upscale hack

This commit is contained in:
FunkyFr3sh 2021-05-15 03:04:42 +02:00
parent 5db961656a
commit e6c878fc49

View File

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