aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic-extension/classes/MapMesh.hpp
diff options
context:
space:
mode:
author hop311 <hop3114@gmail.com>2024-07-19 21:47:02 +0200
committer hop311 <hop3114@gmail.com>2024-07-19 21:47:02 +0200
commit25e469466fbee51efa958d1ca9dd1f270a41c7af (patch)
tree1fcb4f2c1954b17282dc7a3b09711592bf7c1174 /extension/src/openvic-extension/classes/MapMesh.hpp
parent6c92fc141c3e44526be43720a342beedeab9ad63 (diff)
Update openvic-simulation to OpenVicProject/OpenVic-Simulation@d1f3a96format-cleanup
Diffstat (limited to 'extension/src/openvic-extension/classes/MapMesh.hpp')
-rw-r--r--extension/src/openvic-extension/classes/MapMesh.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/extension/src/openvic-extension/classes/MapMesh.hpp b/extension/src/openvic-extension/classes/MapMesh.hpp
index 38b208c..20383ca 100644
--- a/extension/src/openvic-extension/classes/MapMesh.hpp
+++ b/extension/src/openvic-extension/classes/MapMesh.hpp
@@ -14,16 +14,16 @@ namespace OpenVic {
void _request_update();
public:
- void set_aspect_ratio(const float ratio);
+ void set_aspect_ratio(float ratio);
float get_aspect_ratio() const;
- void set_repeat_proportion(const float proportion);
+ void set_repeat_proportion(float proportion);
float get_repeat_proportion() const;
- void set_subdivide_width(const int32_t divisions);
+ void set_subdivide_width(int32_t divisions);
int32_t get_subdivide_width() const;
- void set_subdivide_depth(const int32_t divisions);
+ void set_subdivide_depth(int32_t divisions);
int32_t get_subdivide_depth() const;
godot::AABB get_core_aabb() const;