Skip to content

Commit c4c849c

Browse files
committed
Reset Textures
1 parent 4903241 commit c4c849c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/webgl/pipelines/PostFXPipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ var PostFXPipeline = new Class({
348348

349349
if (!target)
350350
{
351-
gl.bindTexture(gl.TEXTURE_2D, null);
351+
renderer.resetTextures();
352352
}
353353
else
354354
{

0 commit comments

Comments
 (0)