From 58a43c791025f7a4987967b5947632a41ab9511e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 15 Nov 2017 12:24:08 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (pxcqbyldn.js) 12 bytes modified --- pxcqbyldn.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pxcqbyldn.js b/pxcqbyldn.js index 4575df9..3085257 100644 --- a/pxcqbyldn.js +++ b/pxcqbyldn.js @@ -298,14 +298,14 @@ if (this.mouseIsDown) { } else { this.renderer.clearColor.r -= 0.01; - if (this.renderer.clearColor.r < 0) { - this.renderer.clearColor.r = 0; + if (this.renderer.clearColor.r < 0.32) { + this.renderer.clearColor.r = 0.32; } this.renderer.updateInstance('clearColor'); this.fog.color.r -= 0.01; - if (this.fog.color.r < 0) { - this.fog.color.r = 0; + if (this.fog.color.r < 0.32) { + this.fog.color.r = 0.32; } this.fog.updateInstance('color'); }