Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog authored Dec 7, 2021
1 parent 5b6a220 commit 7a36dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_cpp/ScreenCapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class ScreenCaptureManager : public IScreenCaptureManager {
ThreadManager ThreadMgr;
ThreadMgr.Init(Thread_Data_);

while (!Thread_Data_->CommonData_.TerminateThreadsEven && !ShuttingDown) {
while (!Thread_Data_->CommonData_.TerminateThreadsEvent && !ShuttingDown) {
if (Thread_Data_->CommonData_.ExpectedErrorEvent) {
Thread_Data_->CommonData_.TerminateThreadsEvent = true;
ThreadMgr.Join();
Expand Down

0 comments on commit 7a36dfa

Please sign in to comment.