v0.6.0: removed an incorrect break from screen config chooser
This commit is contained in:
parent
4cd77b63b2
commit
94e3dbcfbc
|
@ -138,7 +138,6 @@ public class ScreenConfigChooser implements GLSurfaceView.EGLConfigChooser {
|
|||
} else {
|
||||
configVal += val;
|
||||
}
|
||||
break;
|
||||
} else if (attribPrefs[i] == AT_MOST) {
|
||||
if (attribVals[i] < val) {
|
||||
configVal = -1;
|
||||
|
|
Loading…
Reference in New Issue
Block a user