mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Flipa the i386 preprocessor flag to use __i386__, which is appraently more standard.
This commit is contained in:
parent
887ccb2ac1
commit
911b2735d7
2 changed files with 3 additions and 3 deletions
|
|
@ -131,7 +131,7 @@ F32 Platform::getRandom()
|
|||
}
|
||||
|
||||
|
||||
#if defined(i386) || defined(__x86_64__)
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
|
||||
U32 Platform::getMathControlState()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue