diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-09 17:37:50 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-09 17:37:50 -0700 |
commit | fcad6370120519b60fa3f6f30b64fe46ae9203d2 (patch) | |
tree | 359c1a19061cbd111f669c14fe76f8bd355678da | |
parent | 7720b61e331117571ca806a8deaa12a616831335 (diff) |
fix uniformMatrix4fv; something (wrong) starting to render
-rw-r--r-- | src/webGLClient.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webGLClient.js b/src/webGLClient.js index 535e8102..41e23448 100644 --- a/src/webGLClient.js +++ b/src/webGLClient.js @@ -10,6 +10,7 @@ function WebGLClient() { function fixArgs(command, args) { switch (command) { case 'uniform4fv': + case 'uniformMatrix4fv': case 'getUniformLocation': case 'useProgram': case 'linkProgram': |