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
No longer use DebugQuad() in the AndroidApp, we now know it works.
legacy
Sam Hocevar
sam
13 years ago
parent
0d6f9ef185
commit
8ebf55fca8
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
src/androidapp.cpp
+ 1
- 3
src/androidapp.cpp
View File
@@ -30,9 +30,7 @@ Java_org_zoy_LolEngine_LolRenderer_nativeInit(JNIEnv* env)
Ticker::Setup(10.0f);
Video::Setup(320, 200);
new DebugQuad();
new DebugQuad();
//new Interface();
new Interface();
new DebugFps(20, 20);
}
Write
Preview
Loading…
Cancel
Save