From b623d0d6c34959a01724570edb1a5caf49d3c01f Mon Sep 17 00:00:00 2001 From: Operation-Gaming <95583884+Operation-Gaming@users.noreply.github.com> Date: Thu, 3 Nov 2022 14:59:15 +0000 Subject: [PATCH] Updated worldgen.c Saved a tad bit of the storage at the top there was an empty line so I deleted it --- src/world/gen/worldgen.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/world/gen/worldgen.c b/src/world/gen/worldgen.c index 21532c2..008ba37 100644 --- a/src/world/gen/worldgen.c +++ b/src/world/gen/worldgen.c @@ -1,4 +1,3 @@ - #include "worldgen.h" #include "noise.h" #include "../chunk.h" @@ -398,4 +397,4 @@ void worldgen_generate(struct Chunk *chunk) { } } } -} \ No newline at end of file +}