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 13acc037..0ffddb15 100644 --- a/src/webGLClient.js +++ b/src/webGLClient.js @@ -30,6 +30,7 @@ function WebGLClient() { case 'bindFramebuffer': case 'bindTexture': case 'bindBuffer': args[1] = args[1] ? objects[args[1]] : null; break; + case 'framebufferRenderbuffer': case 'framebufferTexture2D': args[3] = args[3] ? objects[args[3]] : null; break; } return args; |