From 2cb02ff3f26b6a58009d40d7221308454ca1ef1b Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 26 Aug 2021 00:45:12 +0200 Subject: [PATCH] fix --- src/ext/lib/ar-detect/ArDetector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/lib/ar-detect/ArDetector.ts b/src/ext/lib/ar-detect/ArDetector.ts index 132c926..b87aa44 100644 --- a/src/ext/lib/ar-detect/ArDetector.ts +++ b/src/ext/lib/ar-detect/ArDetector.ts @@ -303,7 +303,7 @@ class ArDetector { this.conf.arSetupComplete = true; } - destroy(){ΒΈ + destroy(){ this.logger.log('info', 'init', `%c[ArDetect::destroy] <@${this.arid}> Destroying aard.`, _ard_console_stop); // this.debugCanvas.destroy(); this.halt();