From 54cf7a390887e5a96c56807f7c3293c05335acae Mon Sep 17 00:00:00 2001 From: Lord Gnome MBE <76882139+LordGnomeMBE@users.noreply.github.com> Date: Wed, 13 Jul 2022 17:07:35 +0100 Subject: [PATCH] Fixed Atlas Style Bug Fixed Issue with Atlas Style. I fixed a small bug with this style that meant that generating a new atlas style world has an incorrect ocean pattern. --- styles/atlas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/atlas.json b/styles/atlas.json index c26848a0..b62c0f5f 100644 --- a/styles/atlas.json +++ b/styles/atlas.json @@ -281,7 +281,7 @@ }, "#oceanicPattern": { "href": "", - "opacity": 1 + "opacity": 0 }, "#terrs": { "opacity": null,