mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Call gl::globalRelease() for paused surfaces, this fixes a very common deadlock on mac. But for PC, by inspection, a race condition could occur over the _syncRequested boolean, between the main and qml rendering thread. To fix this, we split render and renderSync into separate messages. |
||
---|---|---|
.. | ||
src/qml | ||
CMakeLists.txt |