summary refs log tree commit diff
path: root/src/World/Generator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/World/Generator.hpp')
-rw-r--r--src/World/Generator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/Generator.hpp b/src/World/Generator.hpp
index 8e67ee1..9ddac66 100644
--- a/src/World/Generator.hpp
+++ b/src/World/Generator.hpp
@@ -3,7 +3,7 @@
 #include <cstdint>
 #include "Chunk.hpp"
 
-namespace MC {
+namespace MC::World {
 
 class Generator {
 public: