Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
No longer use DebugQuad() in the AndroidApp, we now know it works.
legacy
Sam Hocevar
sam
15 anos atrás
pai
0d6f9ef185
commit
8ebf55fca8
1 arquivos alterados
com
1 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-3
src/androidapp.cpp
+ 1
- 3
src/androidapp.cpp
Ver arquivo
@@ -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);
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar