v0.7.2: fixed incorrect comments in screen config chooser

This commit is contained in:
Evan Debenham
2019-02-12 18:15:23 -05:00
parent f3702048be
commit efa4ededa4

View File

@@ -50,11 +50,11 @@ public class ScreenConfigChooser implements GLSurfaceView.EGLConfigChooser {
public static final int EXACTLY = 1;
//attributes with this preference must be present in the config with at least the given value
// In the case of multiple valid configs, chooser will prefer higher values for these attributes
// In the case of multiple valid configs, chooser will prefer lower values for these attributes
public static final int PREF_LOW = 2;
//attributes with this preference must be present in the config with at least the given value
// In the case of multiple valid configs, chooser will prefer lower values for these attributes
// In the case of multiple valid configs, chooser will prefer higher values for these attributes
public static final int PREF_HIGH = 3;