mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fixed null pointer exception in PShader
This commit is contained in:
@@ -89,7 +89,7 @@ public class PShader {
|
||||
parent = null;
|
||||
pgMain = null;
|
||||
pgl = null;
|
||||
context = pgl.createEmptyContext();
|
||||
context = -1;
|
||||
|
||||
this.vertexURL = null;
|
||||
this.fragmentURL = null;
|
||||
|
||||
Reference in New Issue
Block a user