From 8bd8696eb52704db60a35faaa1fb1d9bfc763e3f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 10:58:44 +0100 Subject: [PATCH] Update: CC - SpoonLib - Before Render (uou2i9be9r.js) 2 bytes modified --- uou2i9be9r.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uou2i9be9r.js b/uou2i9be9r.js index a857cd9..2b64d7a 100644 --- a/uou2i9be9r.js +++ b/uou2i9be9r.js @@ -31,7 +31,7 @@ this.camera.updateInstance('lookAt'); if (this.camera2dAnimation) { this.camera2d.fov -= Math.cos(this.time) / 4; - console.log(this.camera2d.fov); + //console.log(this.camera2d.fov); this.camera2d.updateInstance('fov'); if (this.camera2d.fov < 75) { this.camera2d.fov = 75;