diff options
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r-- | src/GPU3D.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h index e115261..fd52488 100644 --- a/src/GPU3D.h +++ b/src/GPU3D.h @@ -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 |