output/osx: remove sleep call from render callback
Blocking inside the render callback is forbidden, and this sleep call didn't make any sense.
This commit is contained in:
Reference in New Issue
Block a user
Blocking inside the render callback is forbidden, and this sleep call didn't make any sense.