v0.6.0: removed an incorrect break from screen config chooser

This commit is contained in:
Evan Debenham 2017-03-26 14:50:45 -04:00
parent 4cd77b63b2
commit 94e3dbcfbc

View File

@ -138,7 +138,6 @@ public class ScreenConfigChooser implements GLSurfaceView.EGLConfigChooser {
} else { } else {
configVal += val; configVal += val;
} }
break;
} else if (attribPrefs[i] == AT_MOST) { } else if (attribPrefs[i] == AT_MOST) {
if (attribVals[i] < val) { if (attribVals[i] < val) {
configVal = -1; configVal = -1;