From a1c53308fcc0b561c4e6ca5a086c5ed9db9e4246 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 10:32:13 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Wheel (opxis1pjmo.js) 1 bytes modified --- opxis1pjmo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opxis1pjmo.js b/opxis1pjmo.js index 347910e..a60e884 100644 --- a/opxis1pjmo.js +++ b/opxis1pjmo.js @@ -8,7 +8,7 @@ if (!this.initialized) { var mesh = GameLib.EntityManager.Instance.findComponentById('xtnu5j78bq'); -mesh.rotation.x += data.event.deltaY * 0.01; +mesh.rotation.x += data.event.deltaY * 0.001; mesh.updateInstance('rotation'); console.log(data);