diff options
Diffstat (limited to 'src/World/Generation/Generator.hpp')
| -rw-r--r-- | src/World/Generation/Generator.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World/Generation/Generator.hpp b/src/World/Generation/Generator.hpp index ee78dc5..85f2c38 100644 --- a/src/World/Generation/Generator.hpp +++ b/src/World/Generation/Generator.hpp @@ -45,6 +45,7 @@ private: static inline std::vector<Decorator*> s_decorators = { new TreeDecorator(), + new DefaultLightDecorator(), }; Math::Perlin::Noise<2> m_landmass_noise{.scale=800.0f, .octaves=4, .persistence=0.3f, .lacunarity=3.5f}; |
