mirror of
https://github.com/processing/processing4.git
synced 2026-02-18 21:05:36 +01:00
sync java and android
This commit is contained in:
@@ -103,7 +103,7 @@ public class PShader {
|
||||
firstTexUnit = 0;
|
||||
|
||||
intBuffer = PGL.allocateIntBuffer(1);
|
||||
floatBuffer = PGL.allocateDirectFloatBuffer(1);
|
||||
floatBuffer = PGL.allocateFloatBuffer(1);
|
||||
|
||||
bound = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user