Default void colour should be black

This commit is contained in:
TechnicJelle 2023-09-30 22:45:30 +02:00
parent 58e2755c89
commit cab76611b6
1 changed files with 1 additions and 1 deletions

View File

@ -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,