From efa4ededa48de86219bff81eb6d40f3b3249ffcc Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 12 Feb 2019 18:15:23 -0500 Subject: [PATCH] v0.7.2: fixed incorrect comments in screen config chooser --- .../src/main/java/com/watabou/glwrap/ScreenConfigChooser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPD-classes/src/main/java/com/watabou/glwrap/ScreenConfigChooser.java b/SPD-classes/src/main/java/com/watabou/glwrap/ScreenConfigChooser.java index ba3d5f0e7..861d65884 100644 --- a/SPD-classes/src/main/java/com/watabou/glwrap/ScreenConfigChooser.java +++ b/SPD-classes/src/main/java/com/watabou/glwrap/ScreenConfigChooser.java @@ -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;