| commit | 7201810cb88811b05b938cc3db3232d9cf84c82e | [log] |
|---|---|---|
| author | Stephan Bergmann <sbergman@redhat.com> | Fri Dec 11 15:06:29 2015 +0100 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Fri Dec 11 15:06:29 2015 +0100 |
| tree | 398e29a140636b368231e30fed76316f0cb8400d | |
| parent | ea5c99428f56e1d3a3e782505aa2f56f905038a4 [diff] |
loplugin:defaultparams Change-Id: Ib85337ebef0ba1a3ab00ad3adb59b4cffbba2b2f
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index 380417d..285b46f 100644 --- a/vcl/opengl/gdiimpl.cxx +++ b/vcl/opengl/gdiimpl.cxx
@@ -2056,7 +2056,7 @@ void OpenGLSalGraphicsImpl::doFlush() VCL_GL_INFO( "bound bits etc." ); GLfloat aTexCoord[8]; maOffscreenTex.GetCoord( aTexCoord, aPosAry, false ); maOffscreenTex.GetCoord( aTexCoord, aPosAry ); pProgram->SetTextureCoord( aTexCoord ); long nX1( aPosAry.mnDestX );