Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
lolengine
/
lol
miroir de
https://github.com/lolengine/lol
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
android: enforce fullscreen on Android until we have several layouts.
legacy
Sam Hocevar
sam
il y a 14 ans
Parent
302e45e851
révision
c39012688f
1 fichiers modifiés
avec
5 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+5
-0
src/video.cpp
+ 5
- 0
src/video.cpp
Voir le fichier
@@ -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)
{
Écrire
Aperçu
Chargement…
Annuler
Enregistrer