Fixes for MATLAB and C Examples, Updated Mac Binary
This commit is contained in:
@@ -42,7 +42,7 @@ void playbackSleep(int ms)
|
||||
#ifdef WIN32
|
||||
Sleep(ms);
|
||||
#else
|
||||
uSleep(ms * 1000);
|
||||
usleep(ms * 1000);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user