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

Clear rendermodes after buffer swap.

Fixed missing geometry in C&C.
This commit is contained in:
Sergey Lipskiy 2014-12-13 17:21:38 +06:00
parent 9408d4b16d
commit 81912792c5

View File

@ -125,6 +125,7 @@ void OGLVideo::stop()
void OGLVideo::swapBuffers()
{
_swapBuffers();
gDPSetRenderMode(0, 0);
}
void OGLVideo::setCaptureScreen(const char * const _strDirectory)