mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add stub for STROKE_PURE hint in android
This commit is contained in:
@@ -424,7 +424,12 @@ public interface PConstants {
|
||||
static final int DISABLE_TEXTURE_MIPMAPS = 11;
|
||||
static final int ENABLE_TEXTURE_MIPMAPS = -11;
|
||||
|
||||
static final int HINT_COUNT = 12;
|
||||
static final int ENABLE_STROKE_PURE = 12;
|
||||
static final int DISABLE_STROKE_PURE = -12;
|
||||
|
||||
static final int HINT_COUNT = 13;
|
||||
|
||||
|
||||
// error messages
|
||||
|
||||
static final String ERROR_BACKGROUND_IMAGE_SIZE =
|
||||
|
||||
Reference in New Issue
Block a user