hack so that the GL renderer can render lines

This commit is contained in:
Arisotura
2019-06-12 03:55:40 +02:00
parent 4553da720c
commit 27f758d353
4 changed files with 136 additions and 46 deletions

View File

@ -66,7 +66,7 @@ typedef struct
bool IsShadowMask;
bool IsShadow;
int Type; // 0=polygon 1=horizontal line 2=vertical line 3=diagonal line 4=point
int Type; // 0=regular 1=line
u32 VTop, VBottom; // vertex indices
s32 YTop, YBottom; // Y coords