mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
ups the #pragma pack call from 4 to 8 when using 64bit, as per suggested settings. This shaves off a lot of compatibility warnings.
This commit is contained in:
parent
63841cacb7
commit
9501e52462
|
|
@ -80,7 +80,7 @@ struct EngineFunctionDefaultArguments
|
|||
|
||||
// Need byte-aligned packing for the default argument structures.
|
||||
#ifdef _WIN64
|
||||
#pragma pack( push, 4 )
|
||||
#pragma pack( push, 8 )
|
||||
#else
|
||||
#pragma pack( push, 1 )
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue