Explorar el Código

android: fix Android NDK compilation.

legacy
Sam Hocevar sam hace 14 años
padre
commit
ecb0d80b7e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/debug/quad.cpp

+ 2
- 0
src/debug/quad.cpp Ver fichero

@@ -945,7 +945,9 @@ void DebugQuad::ResetState()
glLoadIdentity();
#endif

#if !defined ANDROID_NDK
glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
#endif

glEnable(GL_TEXTURE_2D);
glBindTexture(GL_TEXTURE_2D, 0);


Cargando…
Cancelar
Guardar