always clear on wine
This commit is contained in:
parent
53e2e627fa
commit
7229a2a34e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue