diff options
Diffstat (limited to 'extension/src/MapMesh.hpp')
-rw-r--r-- | extension/src/MapMesh.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/MapMesh.hpp b/extension/src/MapMesh.hpp index 89c0147..38b208c 100644 --- a/extension/src/MapMesh.hpp +++ b/extension/src/MapMesh.hpp @@ -2,7 +2,7 @@ #include <godot_cpp/classes/primitive_mesh.hpp> -namespace OpenVic2 { +namespace OpenVic { class MapMesh : public godot::PrimitiveMesh { GDCLASS(MapMesh, godot::PrimitiveMesh) |