Case fix for previous commit

This commit is contained in:
Henrik Rydgård 2019-09-19 12:39:03 +02:00
parent b5af797ca6
commit 5a53570b38

View File

@ -530,7 +530,7 @@ public abstract class NativeActivity extends Activity implements SurfaceHolder.C
} else {
// Tried to mess around with config choosers (NativeEGLConfigChooser) here but fail completely on Xperia Play.
// On the other hand, I think from ICS we should be safe to at least require 8888 and stencil...
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH && !Build.MANUFACTURER.equals("AMAZON")) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH && !Build.MANUFACTURER.equals("Amazon")) {
mGLSurfaceView.setEGLConfigChooser(8, 8, 8, 8, 16, 8);
}
}