Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
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
0d6f9ef185
commit
8ebf55fca8
Se han
modificado 1 ficheros
con
1 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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);
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar