Update: CC - SpoonLib - Mouse Wheel (opxis1pjmo.js) 14 bytes modified

beta.r3js.org
-=yb4f310 2018-01-16 11:54:20 +01:00
parent 704ecec82d
commit 87552b7b0b
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}