diff options
Diffstat (limited to 'source/Generating/Trees.h')
-rw-r--r-- | source/Generating/Trees.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Generating/Trees.h b/source/Generating/Trees.h index d3e76a78c..f5148ad6f 100644 --- a/source/Generating/Trees.h +++ b/source/Generating/Trees.h @@ -18,7 +18,7 @@ logs can overwrite others(leaves), but others shouldn't overwrite logs. This is #pragma once #include "../ChunkDef.h" -#include "../cNoise.h" +#include "../Noise.h" |