mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
hack so that the GL renderer can render lines
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user