summaryrefslogtreecommitdiffstats
path: root/LibOVR/Src/OVR_ThreadCommandQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Src/OVR_ThreadCommandQueue.cpp')
-rw-r--r--LibOVR/Src/OVR_ThreadCommandQueue.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/LibOVR/Src/OVR_ThreadCommandQueue.cpp b/LibOVR/Src/OVR_ThreadCommandQueue.cpp
index 427a539..bc0d7dc 100644
--- a/LibOVR/Src/OVR_ThreadCommandQueue.cpp
+++ b/LibOVR/Src/OVR_ThreadCommandQueue.cpp
@@ -179,8 +179,7 @@ class ThreadCommandQueueImpl : public NewOverrideBase
public:
ThreadCommandQueueImpl(ThreadCommandQueue* queue)
- : pQueue(queue), CommandBuffer(2048),
- ExitEnqueued(false), ExitProcessed(false)
+ : pQueue(queue), ExitEnqueued(false), ExitProcessed(false), CommandBuffer(2048)
{
}
~ThreadCommandQueueImpl();