aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic-extension/classes/MapMesh.hpp
diff options
context:
space:
mode:
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;