Fix macOs freeze when we render very fast on resize. Disable drawing without vsync.
Drawing without vsync is disabled, because we cannot guarantee that we will draw with high FPS and don't block drawing loop. Even with FPS limit = 300 we can do that (when we minimize/restore window)
Showing
Please register or sign in to comment