فهرست منبع

Android: Mark GLES3 as required in the manifest

Fixes #17076.
Rémi Verschelde 7 سال پیش
والد
کامیت
7d09e6540a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      platform/android/AndroidManifest.xml.template

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

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