aboutsummaryrefslogtreecommitdiff
path: root/include/aolayer.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2022-01-08 13:06:14 -0600
committerGitHub <noreply@github.com>2022-01-08 13:06:14 -0600
commitb519dbaae30644373d2906b6bdc95ac56f2c5768 (patch)
tree7a94b361c861e2fb2f257ae4301dd18dc38fdee0 /include/aolayer.h
parentc80a0195749acda08ea414db575d10bd0033f062 (diff)
parentba08ec0379fcbe3c62f1d209bd924de129d0f523 (diff)
Merge pull request #629 from AttorneyOnline/fix/static-effects
Fix various AOLayer issues
Diffstat (limited to 'include/aolayer.h')
-rw-r--r--include/aolayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aolayer.h b/include/aolayer.h
index 4d2629b8..830dd697 100644
--- a/include/aolayer.h
+++ b/include/aolayer.h
@@ -148,7 +148,7 @@ private:
// used in populate_vectors
void load_next_frame();
- std::atomic_bool exit_loop; //awful solution but i'm not fucking using QThread
+ std::atomic_bool exit_loop = false; //awful solution but i'm not fucking using QThread
QFuture<void> frame_loader;
QMutex mutex;
QWaitCondition frameAdded;