Explorar o código

🐛 Remove timer stopping on mouse released

Pedro Schneider %!s(int64=3) %!d(string=hai) anos
pai
achega
2a19a96e5c
Modificáronse 1 ficheiros con 0 adicións e 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()