Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
lolengine
/
lol
peilaus alkaen
https://github.com/lolengine/lol
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
android: enforce fullscreen on Android until we have several layouts.
legacy
Sam Hocevar
sam
14 vuotta sitten
vanhempi
302e45e851
commit
c39012688f
1 muutettua tiedostoa
jossa
5 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/video.cpp
+ 5
- 0
src/video.cpp
Näytä tiedosto
@@ -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)
{
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna