From e7d9a40a8bbceb77a3bcb86c6331f6019e8d68e2 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
(cherry picked from commit 2cafaf3adb59ccd72a0b28360665c9a94cb19b5b)
---
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 46dc1cd9328..ea14356f306 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].