Explorar o código

Merge pull request #19934 from volzhs/gles2-android

Change required gles version to 2 for android
Rémi Verschelde %!s(int64=7) %!d(string=hai) anos
pai
achega
1d57d03ea0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      platform/android/AndroidManifest.xml.template

+ 1 - 1
platform/android/AndroidManifest.xml.template

@@ -32,7 +32,7 @@
 $$ADD_APPLICATION_CHUNKS$$
 
     </application>
-    <uses-feature android:glEsVersion="0x00030000" android:required="true" />
+    <uses-feature android:glEsVersion="0x00020000" android:required="true" />
 
 $$ADD_PERMISSION_CHUNKS$$
 <uses-permission android:name="godot.ACCESS_CHECKIN_PROPERTIES"/>