Skip to content

Commit

Permalink
Default void colour should be black
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Sep 30, 2023
1 parent 58e2755 commit cab7661
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 @@ -60,7 +60,7 @@ export class MapViewer {
sunlightStrength: { value: 1 },
ambientLight: { value: 0 },
skyColor: { value: new Color(0, 0, 0) },
voidColor: { value: new Color(1, 0, 1) },
voidColor: { value: new Color(0, 0, 0) },
hiresTileMap: {
value: {
map: null,
Expand Down

0 comments on commit cab7661

Please sign in to comment.