浏览代码

Fix

customisations
alemart 9 个月前
父节点
当前提交
4e7998601a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      plugins/extras/aframe-scan-gimmick-for-encantar.js

+ 1
- 1
plugins/extras/aframe-scan-gimmick-for-encantar.js 查看文件

@@ -49,7 +49,7 @@ AFRAME.registerComponent('ar-scan-gimmick', {
49 49
 
50 50
     remove()
51 51
     {
52
-        if(this._img === null);
52
+        if(this._img === null)
53 53
             return;
54 54
 
55 55
         this._unregisterEvents();

正在加载...
取消
保存