Browse Source

🐛 Remove timer stopping on mouse released

Pedro Schneider 3 years ago
parent
commit
2a19a96e5c
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/sketch.js

+ 0 - 5
src/sketch.js

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