From dcd58a906f8883c8a7dc67672dd8874f257de821 Mon Sep 17 00:00:00 2001 From: TechnicJelle <22576047+TechnicJelle@users.noreply.github.com> Date: Sat, 30 Sep 2023 22:46:53 +0200 Subject: [PATCH] And now the default sky colour can also be set back to what it was --- BlueMapCommon/webapp/src/js/MapViewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlueMapCommon/webapp/src/js/MapViewer.js b/BlueMapCommon/webapp/src/js/MapViewer.js index 1567b1ad..c8c9bebe 100644 --- a/BlueMapCommon/webapp/src/js/MapViewer.js +++ b/BlueMapCommon/webapp/src/js/MapViewer.js @@ -59,7 +59,7 @@ export class MapViewer { distance: { value: 0 }, sunlightStrength: { value: 1 }, ambientLight: { value: 0 }, - skyColor: { value: new Color(0, 0, 0) }, + skyColor: { value: new Color(0.5, 0.5, 1) }, voidColor: { value: new Color(0, 0, 0) }, hiresTileMap: { value: {