Tweak: set z scale to one, else tnl thinks we have a 3d texcoord.

This commit is contained in:
Keith Whitwell 2004-01-27 16:18:00 +00:00
parent 727d345b41
commit 740f7de085
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ static void Idle( void )
glLoadIdentity();
if (i == 0) {
glTranslatef(Drift, 0.0, 0.0);
glScalef(2, 2, 2);
glScalef(2, 2, 1);
}
else if (i == 1) {
glTranslatef(0.0, Drift, 0.0);