This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
android: fix Android NDK compilation.
legacy
Sam Hocevar
sam
13 years ago
parent
23d1701035
commit
ecb0d80b7e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save