diff options
Diffstat (limited to 'src/webGLClient.js')
-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 659607b6..c41752ab 100644 --- a/src/webGLClient.js +++ b/src/webGLClient.js @@ -9,6 +9,7 @@ function WebGLClient() { function fixArgs(command, args) { switch (command) { + case 'deleteBuffer': case 'deleteShader': case 'deleteProgram': case 'deleteTexture': |