[Glitch64] fixed an indirect WIN32-ism of unknown origin
This commit is contained in:
parent
11f0e29587
commit
2918d6f6fe
|
@ -1126,7 +1126,7 @@ int nAuxBuffers)
|
||||||
glCompressedTexImage2DARB = (PFNGLCOMPRESSEDTEXIMAGE2DPROC)dummy_glCompressedTexImage2D;
|
glCompressedTexImage2DARB = (PFNGLCOMPRESSEDTEXIMAGE2DPROC)dummy_glCompressedTexImage2D;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifndef ANDROID
|
||||||
glViewport(0, viewport_offset, g_width, g_height);
|
glViewport(0, viewport_offset, g_width, g_height);
|
||||||
viewport_width = g_width;
|
viewport_width = g_width;
|
||||||
viewport_height = g_height;
|
viewport_height = g_height;
|
||||||
|
|
Loading…
Reference in New Issue