Match bgun_render

This commit is contained in:
Ryan Dwyer 2024-09-07 10:33:39 +10:00
parent a617fd62b1
commit a438b99d5d
2 changed files with 45 additions and 2580 deletions

View File

@ -988,8 +988,13 @@ typedef struct {
};
/*0x06*/ u8 flags;
/*0x07*/ u8 colour;
union {
struct {
/*0x08*/ s16 s;
/*0x0a*/ s16 t;
};
s16 tc[2];
};
} Vtx;
typedef union {

File diff suppressed because it is too large Load Diff