diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-12-01 00:23:39 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-12-01 00:23:39 +0100 |
commit | 1acc8a27d975ebc714eca62ea7fc828fa92f2a9e (patch) | |
tree | 9bf64010e32199e179b819f7366aa8666fd8c143 /src | |
parent | 655e1317766058a4109c55b6f7ef6d059c734466 (diff) |
Matrix: remove sync sleep
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/Matrix.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Matrix.cpp b/src/plugins/Matrix.cpp index 1d28ed2..33eb3a4 100644 --- a/src/plugins/Matrix.cpp +++ b/src/plugins/Matrix.cpp @@ -1147,8 +1147,7 @@ namespace QuickMedia { } sync_end: - if(sync_running) - std::this_thread::sleep_for(std::chrono::milliseconds(500)); + {} } }); } |