From 7fb53da78ff2f9232a801185ca8cd14d3759c8c2 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 11:47:07 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Wheel (opxis1pjmo.js) 30 bytes modified --- opxis1pjmo.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/opxis1pjmo.js b/opxis1pjmo.js index c9ab022..1a350d8 100644 --- a/opxis1pjmo.js +++ b/opxis1pjmo.js @@ -8,8 +8,10 @@ if (!this.initialized) { var mesh = GameLib.EntityManager.Instance.findComponentById('xtnu5j78bq'); -mesh.rotation.x += data.event.deltaY * 0.001; -mesh.updateInstance('rotation'); +mesh.rotation.x += 0.89; + +//mesh.rotation.x += data.event.deltaY * 0.001; +//mesh.updateInstance('rotation'); //console.log(data);