Ver código fonte

Fix

customisations
alemart 9 meses atrás
pai
commit
4e7998601a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      plugins/extras/aframe-scan-gimmick-for-encantar.js

+ 1
- 1
plugins/extras/aframe-scan-gimmick-for-encantar.js Ver arquivo

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

Carregando…
Cancelar
Salvar