diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-05-13 12:58:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-13 12:58:00 +0200 |
commit | 647021e86468bc9b434cc3da110cbf0e30e1599c (patch) | |
tree | 25343137f9c4e37b4d41abe6d4858c212345106b /doc/classes | |
parent | 3fa84efb0341905d9462b20f539c1f9eb4e48ad4 (diff) | |
parent | e4dea0595aae76de254502bca714b9e54e46b74a (diff) |
Merge pull request #28326 from BastiaanOlij/center_heightmap
Center shape according to logic Bullet applies
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/HeightMapShape.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/HeightMapShape.xml b/doc/classes/HeightMapShape.xml index 5ffeda1c10..22896535b9 100644 --- a/doc/classes/HeightMapShape.xml +++ b/doc/classes/HeightMapShape.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="HeightMapShape" inherits="Shape" category="Core" version="3.2"> <brief_description> - Height map shape for 3D physics (bullet only) + Height map shape for 3D physics (Bullet only). </brief_description> <description> Height map shape resource, which can be added to a [PhysicsBody] or [Area]. |