diff --git a/sdk/demos/rive/bubbles.html b/sdk/demos/rive/bubbles.html index 0c6507f8d..5ca75fc93 100644 --- a/sdk/demos/rive/bubbles.html +++ b/sdk/demos/rive/bubbles.html @@ -357,7 +357,7 @@ gl.framebufferTexture2D(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.TEXTURE_2D, tex, 0); gl.bindFramebuffer(gl.FRAMEBUFFER, renderFBO); - pls.framebufferTexturePixelLocalStorageWEBGL(0, tex, 0, 0); + pls.framebufferTexturePixelLocalStorageWEBGL(0, tex, 0, 0, 0); lastWidth = w; lastHeight = h;