From 2da7d01a96e29267fd7a4b9a788b542c10ed31d5 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 17 Jan 2018 11:38:39 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Wheel (opxis1pjmo.js) 118 bytes modified --- opxis1pjmo.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opxis1pjmo.js b/opxis1pjmo.js index 5240594..019c5d2 100644 --- a/opxis1pjmo.js +++ b/opxis1pjmo.js @@ -3,12 +3,16 @@ if (!this.entityLoaded) { } if (!this.initialized) { - + + this.animationSystem = this.entityLoaded.animationSystem; this.cylinder = this.entityLoaded.cylinder; this.initialized = true; } +this.animationSystem.stop(); +this.animationSystem.start(); + if (data.event.deltaY > 0) { this.cylinder.rotation.x += 0.897597901; } else {