From f4e7be895725e65e65bebaf8ca563f79229b0935 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 17 Jan 2018 12:32:32 +0100 Subject: [PATCH] Update: CC - SpoonLib - Before Render (uou2i9be9r.js) 4 bytes modified --- uou2i9be9r.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uou2i9be9r.js b/uou2i9be9r.js index 60fd72d..6bb6543 100644 --- a/uou2i9be9r.js +++ b/uou2i9be9r.js @@ -38,7 +38,7 @@ this.camera.updateInstance('lookAt'); if (this.camera2dAnimation) { - this.camera2d.fov -= 0.2;//Math.cos(this.time * 5); + this.camera2d.fov -= Math.abs(Math.cos(this.time * 5)); //console.log(this.camera2d.fov); this.camera2d.updateInstance('fov'); if (this.camera2d.fov < 75) {