Fix 3D ILDA mode

This commit is contained in:
Hector Martin 2010-12-18 20:53:31 +01:00
parent e7ac6f16cb
commit 392e04344c

View 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();
}