Explorar el Código

🐛 Remove timer stopping on mouse released

Pedro Schneider hace 3 años
padre
commit
2a19a96e5c
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/sketch.js

+ 0 - 5
src/sketch.js

@@ -28,11 +28,6 @@ class TestButton extends Button
     {
         this.getParent().getChildByName("myTimer").start();
     }
-
-    _onMouseReleased()
-    {
-        this.getParent().getChildByName("myTimer").stop();
-    }
 }
 
 function preload()