mirror of https://github.com/axmolengine/axmol.git
Merge pull request #2729 from ricardoquesada/timeval_64bit_fix
cc_timeval works on 64bit machines, like OS X
This commit is contained in:
commit
c21812b270
|
@ -42,7 +42,7 @@ struct CC_DLL cc_timeval
|
|||
#else
|
||||
long tv_sec; // seconds
|
||||
#endif
|
||||
long tv_usec; // microSeconds
|
||||
int tv_usec; // microSeconds
|
||||
};
|
||||
|
||||
class CC_DLL CCTime
|
||||
|
|
Loading…
Reference in New Issue