aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-06-09 17:37:50 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-06-09 17:37:50 -0700
commitfcad6370120519b60fa3f6f30b64fe46ae9203d2 (patch)
tree359c1a19061cbd111f669c14fe76f8bd355678da
parent7720b61e331117571ca806a8deaa12a616831335 (diff)
fix uniformMatrix4fv; something (wrong) starting to render
-rw-r--r--src/webGLClient.js1
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':