Fix problem with autodetection

This commit is contained in:
Tamius Han 2021-09-19 21:22:05 +02:00
parent f7eba0974f
commit 5b1f73a69e

View File

@ -326,7 +326,7 @@ class ArDetector {
this._paused = false;
this._halted = false;
this._paused = false;
this._exited = false;
// start autodetection
this.startLoop();