diff --git a/src/components/super-spawner.js b/src/components/super-spawner.js index b16666711c0cdd0e16aa8660b50f1ff4db0ca883..7bd554f5a5ae07026896c45f0a837f5fb7467be3 100644 --- a/src/components/super-spawner.js +++ b/src/components/super-spawner.js @@ -22,7 +22,7 @@ AFRAME.registerComponent("super-spawner", { pause: function() { this.el.removeEventListener("grab-start", this.handleGrabStart); - if (!this.timeout) { + if (this.timeout) { clearTimeout(this.timeout); this.timeout = null; this.el.setAttribute("visible", true);