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 +}