mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 17:32:19 -05:00
Update libultraship/libultraship/Lib/Fast3D/U64/PR/ultra64/gbi.h
This commit is contained in:
parent
029d7bcda3
commit
d6eb59d0af
@ -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…
Reference in New Issue
Block a user