sync java and android

This commit is contained in:
codeanticode
2012-12-16 18:14:33 +00:00
parent 39686e7392
commit 37610b558f
6 changed files with 521 additions and 544 deletions

View File

@@ -103,7 +103,7 @@ public class PShader {
firstTexUnit = 0;
intBuffer = PGL.allocateIntBuffer(1);
floatBuffer = PGL.allocateDirectFloatBuffer(1);
floatBuffer = PGL.allocateFloatBuffer(1);
bound = false;
}