Kaydet (Commit) 7201810c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: Ib85337ebef0ba1a3ab00ad3adb59b4cffbba2b2f
üst ea5c9942
...@@ -2056,7 +2056,7 @@ void OpenGLSalGraphicsImpl::doFlush() ...@@ -2056,7 +2056,7 @@ void OpenGLSalGraphicsImpl::doFlush()
VCL_GL_INFO( "bound bits etc." ); VCL_GL_INFO( "bound bits etc." );
GLfloat aTexCoord[8]; GLfloat aTexCoord[8];
maOffscreenTex.GetCoord( aTexCoord, aPosAry, false ); maOffscreenTex.GetCoord( aTexCoord, aPosAry );
pProgram->SetTextureCoord( aTexCoord ); pProgram->SetTextureCoord( aTexCoord );
long nX1( aPosAry.mnDestX ); long nX1( aPosAry.mnDestX );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment