diff options
-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': |