mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Do not replace texture function
This commit is contained in:
@@ -1943,7 +1943,7 @@ public abstract class PGL {
|
||||
}
|
||||
|
||||
|
||||
protected static final String GLSL_ID_REGEX = "(?<![0-9A-Z_a-z])(%s)(?![0-9A-Z_a-z])";
|
||||
protected static final String GLSL_ID_REGEX = "(?<![0-9A-Z_a-z])(%s)(?![0-9A-Z_a-z]|\\s*\\()";
|
||||
protected static final String GLSL_FN_REGEX = "(?<![0-9A-Z_a-z])(%s)(?=\\s*\\()";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user