mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Update libultraship/libultraship/Lib/Fast3D/U64/PR/ultra64/gbi.h
This commit is contained in:
parent
029d7bcda3
commit
d6eb59d0af
1 changed files with 1 additions and 1 deletions
|
@ -1645,7 +1645,7 @@ typedef struct {
|
|||
} Gwords;
|
||||
|
||||
#ifdef __cplusplus
|
||||
static_assert(sizeof(Gwords) == 2 * sizeof(void*), "fail");
|
||||
static_assert(sizeof(Gwords) == 2 * sizeof(void*), "Display list size is bad");
|
||||
#else
|
||||
//_Static_assert(sizeof(Gwords) == 2 * sizeof(void*), "fail");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue