From 1afe175261a692da650201146489da2db4931226 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 15 Nov 2017 12:15:08 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (pxcqbyldn.js) 4 bytes modified --- pxcqbyldn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxcqbyldn.js b/pxcqbyldn.js index 296af53..4575df9 100644 --- a/pxcqbyldn.js +++ b/pxcqbyldn.js @@ -242,8 +242,8 @@ this.scene.meshes.map( if (this.mouseIsDown) { this.fog.color.r += 0.01; - if (this.fog.color.r > 1) { - this.fog.color.r = 1; + if (this.fog.color.r > 0.5) { + this.fog.color.r = 0.5; } this.fog.updateInstance('color');