summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-05-19 10:03:28 +0300
committerTor Lillqvist <tml@collabora.com>2016-05-19 10:03:28 +0300
commit5cf5dc32202e2b785f5a7979a16da3b2a35dee5f (patch)
treed29d051f8edcf88abf85b2cf48b98e33eb00e0d0
parent35b3ae2ceb6e647c44f1a8adc9d7b0548a3ca383 (diff)
loplugin:defaultparams
Change-Id: Ib3d2367fc5c0e97b269e6a4b18f85c20ca89221e
-rw-r--r--vcl/opengl/gdiimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index efe51f92e3e9..46eb1d34eea9 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -2283,7 +2283,7 @@ bool OpenGLSalGraphicsImpl::blendBitmap(
mpProgram->SetBlendMode(GL_ZERO, GL_SRC_COLOR);
mpProgram->SetTexture("sampler", rTexture);
- DrawTextureRect(rTexture, rPosAry, false);
+ DrawTextureRect(rTexture, rPosAry);
mpProgram->Clean();
PostDraw();