Do not replace texture function

This commit is contained in:
Jakub Valtar
2015-10-23 20:20:10 +02:00
parent 02ceda83de
commit c56f5736c2
+1 -1
View File
@@ -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*\\()";