Browse Source

android: fix Android NDK compilation.

legacy
Sam Hocevar sam 13 years ago
parent
commit
ecb0d80b7e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/debug/quad.cpp

+ 2
- 0
src/debug/quad.cpp View File

@@ -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);


Loading…
Cancel
Save