mirror of https://github.com/axmolengine/axmol.git
cc_timeval works on 64bit machines, like OS X
This commit is contained in:
parent
45a191c4f0
commit
c6d00a3ccb
|
@ -42,7 +42,7 @@ struct CC_DLL cc_timeval
|
|||
#else
|
||||
long tv_sec; // seconds
|
||||
#endif
|
||||
long tv_usec; // microSeconds
|
||||
int32_t tv_usec; // microSeconds
|
||||
};
|
||||
|
||||
class CC_DLL CCTime
|
||||
|
|
Loading…
Reference in New Issue