mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
always clear on wine
This commit is contained in:
parent
53e2e627fa
commit
7229a2a34e
@ -675,6 +675,10 @@ static void ogl_render()
|
|||||||
if (glGetError() != GL_NO_ERROR)
|
if (glGetError() != GL_NO_ERROR)
|
||||||
g_ogl.use_opengl = FALSE;
|
g_ogl.use_opengl = FALSE;
|
||||||
}
|
}
|
||||||
|
else if (g_ddraw->wine)
|
||||||
|
{
|
||||||
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
|
}
|
||||||
|
|
||||||
if (!g_ddraw->handlemouse)
|
if (!g_ddraw->handlemouse)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user