diff options
Diffstat (limited to 'source/LightingThread.cpp')
-rw-r--r-- | source/LightingThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LightingThread.cpp b/source/LightingThread.cpp index e70dc252e..1bddb81bf 100644 --- a/source/LightingThread.cpp +++ b/source/LightingThread.cpp @@ -40,7 +40,7 @@ void cLightingThread::Stop(void) delete *itr;
} // for itr - m_Queue[]
}
- mShouldTerminate = true;
+ m_ShouldTerminate = true;
m_Event.Set();
Wait();
|