]> Some of my projects - openlase.git/commitdiff
Fix 3D ILDA mode
authorHector Martin <hector@marcansoft.com>
Sat, 18 Dec 2010 19:53:31 +0000 (20:53 +0100)
committerHector Martin <hector@marcansoft.com>
Sat, 18 Dec 2010 19:53:31 +0000 (20:53 +0100)
libol/ilda.c

index 4f88aabbaa8eee97b14108ad3f43bd625dda5873..31845994d62d862e64795a01eef0295352b62b43 100644 (file)
@@ -209,6 +209,7 @@ void olDrawIlda3D(IldaFile *ild)
                        olVertex3(p->x, p->y, p->z, C_BLACK);
                else
                        olVertex3(p->x, p->y, p->z, C_WHITE);
+               p++;
        }
        olEnd();
 }