From 8ebf55fca84fe59251ab9cc1b92ea2d7ef96cada Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 28 Feb 2011 18:02:27 +0000 Subject: [PATCH] No longer use DebugQuad() in the AndroidApp, we now know it works. --- src/androidapp.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/androidapp.cpp b/src/androidapp.cpp index 48395279..c2d4c3b4 100644 --- a/src/androidapp.cpp +++ b/src/androidapp.cpp @@ -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); }