aboutsummaryrefslogtreecommitdiff
path: root/extension/src/MapMesh.hpp
diff options
context:
space:
mode:
author Hop311 <Hop3114@gmail.com>2023-05-17 20:11:57 +0200
committer GitHub <noreply@github.com>2023-05-17 20:11:57 +0200
commit6c7a1a7c8f55d92882d9364c0ad36a61a3f5614f (patch)
tree64dd37032c36da8e48d5d519ac840e11cc64dc58 /extension/src/MapMesh.hpp
parentaf6a96ed26bca3eaa28c6dca635918061fab7c80 (diff)
parent578eb8c332810656842f72e0bb94bb0d4dcb9f5e (diff)
Merge pull request #117 from OpenVicProject/openvic-rename
Changed from OpenVic2 to OpenVic
Diffstat (limited to 'extension/src/MapMesh.hpp')
-rw-r--r--extension/src/MapMesh.hpp2
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)