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
android: enforce fullscreen on Android until we have several layouts.
legacy
Sam Hocevar
sam
13 anos atrás
pai
302e45e851
commit
c39012688f
1 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-0
src/video.cpp
+ 5
- 0
src/video.cpp
Ver arquivo
@@ -130,6 +130,11 @@ void Video::SetFov(float theta)
float near = -width - height;
float far = width + height;
#if defined ANDROID_NDK
width = 640.0f;
height = 480.0f;
#endif
/* Set the projection matrix */
if (theta < 1e-4f)
{
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar