Explorar el Código

No longer use DebugQuad() in the AndroidApp, we now know it works.

legacy
Sam Hocevar sam hace 13 años
padre
commit
8ebf55fca8
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      src/androidapp.cpp

+ 1
- 3
src/androidapp.cpp Ver fichero

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



Cargando…
Cancelar
Guardar