From: Hector Martin Date: Sat, 18 Dec 2010 19:53:31 +0000 (+0100) Subject: Fix 3D ILDA mode X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=392e04344cd8e5bca5045c0d61ee7135892b87e1;p=openlase.git Fix 3D ILDA mode --- diff --git a/libol/ilda.c b/libol/ilda.c index 4f88aab..3184599 100644 --- a/libol/ilda.c +++ b/libol/ilda.c @@ -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(); }