浏览代码

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
 
49
 
50
     remove()
50
     remove()
51
     {
51
     {
52
-        if(this._img === null);
52
+        if(this._img === null)
53
             return;
53
             return;
54
 
54
 
55
         this._unregisterEvents();
55
         this._unregisterEvents();

正在加载...
取消
保存