[Glitch64] fixed an indirect WIN32-ism of unknown origin

This commit is contained in:
2016-03-27 17:09:52 -04:00
parent 11f0e29587
commit 2918d6f6fe
1 changed files with 1 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ int nAuxBuffers)
glCompressedTexImage2DARB = (PFNGLCOMPRESSEDTEXIMAGE2DPROC)dummy_glCompressedTexImage2D;
#endif
#ifdef _WIN32
#ifndef ANDROID
glViewport(0, viewport_offset, g_width, g_height);
viewport_width = g_width;
viewport_height = g_height;