mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
Merge pull request #3606 from JakubValtar/remove-fixed-func
Remove debug code
This commit is contained in:
@@ -1689,8 +1689,6 @@ public abstract class PGL {
|
||||
fragSrc[0] = "#version " + version;
|
||||
fragSrc[1] = "out vec4 fragColor;";
|
||||
|
||||
PApplet.printArray(fragSrc);
|
||||
|
||||
return fragSrc;
|
||||
}
|
||||
return fragSrc0;
|
||||
@@ -1716,8 +1714,6 @@ public abstract class PGL {
|
||||
String[] vertSrc = preprocessShaderSource(vertSrc0, search, replace, 1);
|
||||
vertSrc[0] = "#version " + version;
|
||||
|
||||
PApplet.printArray(vertSrc);
|
||||
|
||||
return vertSrc;
|
||||
}
|
||||
return vertSrc0;
|
||||
|
||||
Reference in New Issue
Block a user