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

Set g_bN64DepthCompare to false.

This commit is contained in:
Sergey Lipskiy 2014-04-02 22:26:48 +07:00
parent 7790ddb9f0
commit 66ee0a959c

View File

@ -12,7 +12,7 @@ const GLuint ZlutImageUnit = 0;
const GLuint TlutImageUnit = 1;
const GLuint depthImageUnit = 2;
bool g_bN64DepthCompare = true;
bool g_bN64DepthCompare = false;
void DepthBuffer_Init()
{