From 2cafaf3adb59ccd72a0b28360665c9a94cb19b5b Mon Sep 17 00:00:00 2001
From: Markus Sauermann <6299227+Sauermann@users.noreply.github.com>
Date: Fri, 11 Mar 2022 01:03:07 +0100
Subject: [PATCH] Fix documentation about depth and width of Height map
---
doc/classes/HeightMapShape.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/classes/HeightMapShape.xml b/doc/classes/HeightMapShape.xml
index 3e5c884509f..0c4c04c71ba 100644
--- a/doc/classes/HeightMapShape.xml
+++ b/doc/classes/HeightMapShape.xml
@@ -15,10 +15,10 @@
Height map data, pool array must be of [member map_width] * [member map_depth] size.
- Depth of the height map data. Changing this will resize the [member map_data].
+ Number of vertices in the depth of the height map. Changing this will resize the [member map_data].
- Width of the height map data. Changing this will resize the [member map_data].
+ Number of vertices in the width of the height map. Changing this will resize the [member map_data].