ANDROID3D: Get it working again (#2529)

This commit is contained in:
Cameron Cawley 2020-10-15 08:59:11 +01:00 committed by GitHub
parent 9fb035b10a
commit 3e7948cf6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 139 additions and 162 deletions

View file

@ -400,7 +400,7 @@ bool OSystem_Android::hasFeature(Feature f) {
f == kFeatureTouchpadMode ||
f == kFeatureOnScreenControl ||
f == kFeatureClipboardSupport ||
f == kFeatureOpenGL ||
f == kFeatureOpenGLForGame ||
f == kFeatureOverlaySupportsAlpha ||
f == kFeatureClipboardSupport) {
return true;