diff options
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ private: // update thread bool mActive; cCondVar mDoUpdate; + cCondVar mStarted; cMutex mMutex; int mUpdateIn; |