소스 검색

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();

Loading…
취소
저장