1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

SetAlphaCompare to NONE after buffer swap.

Fixed title screen in Tonic Trouble.
This commit is contained in:
Sergey Lipskiy 2014-12-20 20:57:55 +06:00
parent 0a8ace8d54
commit 0df812257c

View File

@ -127,6 +127,7 @@ void OGLVideo::swapBuffers()
_swapBuffers();
gDPSetRenderMode(0, 0);
gDPSetTextureLUT(G_TT_NONE);
gDPSetAlphaCompare(G_AC_NONE);
}
void OGLVideo::setCaptureScreen(const char * const _strDirectory)