Argh.. fix typo
svn path=/trunk/KDE/kdebase/workspace/; revision=675479
This commit is contained in:
parent
424f906ab2
commit
65bc41c518
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void renderGLGeometry( bool clip, const QRegion& region, int count,
|
||||||
if( color != NULL )
|
if( color != NULL )
|
||||||
{
|
{
|
||||||
glEnableClientState( GL_COLOR_ARRAY );
|
glEnableClientState( GL_COLOR_ARRAY );
|
||||||
glTexCoordPointer( 4, GL_FLOAT, stride, color );
|
glColorPointer( 4, GL_FLOAT, stride, color );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue