mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
Merge branch 'master' of https://github.com/erwincoumans/bullet3
This commit is contained in:
commit
8c2b1386ce
@ -239,7 +239,7 @@ void b3Clock::usleep(int microSeconds)
|
||||
Sleep(millis);
|
||||
#else
|
||||
|
||||
usleep(microSeconds);
|
||||
::usleep(microSeconds);
|
||||
//struct timeval tv;
|
||||
//tv.tv_sec = microSeconds/1000000L;
|
||||
//tv.tv_usec = microSeconds%1000000L;
|
||||
|
Loading…
Reference in New Issue
Block a user