Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
lolengine
/
lol
mirror da
https://github.com/lolengine/lol
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
android: enforce fullscreen on Android until we have several layouts.
legacy
Sam Hocevar
sam
13 anni fa
parent
302e45e851
commit
c39012688f
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+5
-0
src/video.cpp
+ 5
- 0
src/video.cpp
Vedi File
@@ -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)
{
Scrivi
Anteprima
Caricamento…
Annulla
Salva