Argh.. fix typo

svn path=/trunk/KDE/kdebase/workspace/; revision=675479
This commit is contained in:
Rivo Laks 2007-06-14 10:36:02 +00:00
parent 424f906ab2
commit 65bc41c518

View file

@ -147,7 +147,7 @@ void renderGLGeometry( bool clip, const QRegion& region, int count,
if( color != NULL )
{
glEnableClientState( GL_COLOR_ARRAY );
glTexCoordPointer( 4, GL_FLOAT, stride, color );
glColorPointer( 4, GL_FLOAT, stride, color );
}
}