Skip to content

Commit c4ad2c4

Browse files
committed
these constants are not needed on GLES2
1 parent 6ede130 commit c4ad2c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/processing/opengl/PGLES.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -930,9 +930,9 @@ protected FontOutline createFontOutline(char ch, Object font) {
930930
RENDERBUFFER_STENCIL_SIZE = GLES20.GL_RENDERBUFFER_STENCIL_SIZE;
931931
RENDERBUFFER_INTERNAL_FORMAT = GLES20.GL_RENDERBUFFER_INTERNAL_FORMAT;
932932

933-
MULTISAMPLE = 0x809D;
934-
POINT_SMOOTH = 0x0B10;
935-
LINE_SMOOTH = 0x0B10;
933+
MULTISAMPLE = -1;
934+
POINT_SMOOTH = -1;
935+
LINE_SMOOTH = -1;
936936
POLYGON_SMOOTH = -1;
937937
}
938938

0 commit comments

Comments
 (0)