From 87552b7b0b9553c13a38ee7cc8616ba06f51597f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 11:54:20 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Wheel (opxis1pjmo.js) 14 bytes modified --- opxis1pjmo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opxis1pjmo.js b/opxis1pjmo.js index 4e2afdc..25c4a56 100644 --- a/opxis1pjmo.js +++ b/opxis1pjmo.js @@ -9,9 +9,9 @@ if (!this.initialized) { var mesh = GameLib.EntityManager.Instance.findComponentById('xtnu5j78bq'); if (data.event.deltaY > 0) { - mesh.rotation.x += 0.89; + mesh.rotation.x += 0.897597901; } else { - mesh.rotation.x -= 0.89; + mesh.rotation.x -= 0.897597901; }