summaryrefslogtreecommitdiffstats
path: root/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/opengl/ogl_spritedevicehelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/opengl/ogl_spritedevicehelper.cxx b/canvas/source/opengl/ogl_spritedevicehelper.cxx
index eb38ed16bf02..1764f3078765 100644
--- a/canvas/source/opengl/ogl_spritedevicehelper.cxx
+++ b/canvas/source/opengl/ogl_spritedevicehelper.cxx
@@ -542,7 +542,7 @@ namespace oglcanvas
mnTextureId(0)
{
OpenGLHelper::createFramebuffer(rSize.getX(), rSize.getY(), mnFrambufferId,
- mnDepthId, mnTextureId, false);
+ mnDepthId, mnTextureId);
}
virtual ~BufferContextImpl() override