Skip to content

Commit

Permalink
And now the default sky colour can also be set back to what it was
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Sep 30, 2023
1 parent cab7661 commit dcd58a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlueMapCommon/webapp/src/js/MapViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit dcd58a9

Please sign in to comment.