diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-12-10 19:39:08 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-12-10 19:39:08 +0100 |
commit | c16bb75c8890bbeb7d375beb110224ec0f14b115 (patch) | |
tree | 6d10897048c83758baeb524a5b7ca9169f894900 /include | |
parent | 2f8e3dedd4c33e5759adea186c1f1bb77c242069 (diff) |
Matrix: re-add sync from latest cache
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 0980b76..4edea6e 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -180,6 +180,7 @@ namespace QuickMedia { Display *disp; mgl::Window window; Matrix *matrix = nullptr; + bool matrix_instance_already_running = false; bool is_login_sync = false; mgl::vec2i window_size; const char *plugin_name = nullptr; |