summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-05-31 06:58:31 +0200
committerGitHub <noreply@github.com>2019-05-31 06:58:31 +0200
commit4bcefb2268d0b62f2220be11c008bcf58c74d835 (patch)
treea15d960f2d18675751db98c439231aa3bfea30d9
parenta2cf1c3d049d0ca4de9d939550d1fb21c4d54297 (diff)
parentb06dc6ba8c369993a3ad8e56f8a7344e6b7df385 (diff)
Merge pull request #29336 from Cheeseness/rigidbody_axis_lock_typos
Correct typos in RigidBody axis lock documentation
-rw-r--r--doc/classes/RigidBody.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/RigidBody.xml b/doc/classes/RigidBody.xml
index 9ea6bb0fe1..8dadca49e1 100644
--- a/doc/classes/RigidBody.xml
+++ b/doc/classes/RigidBody.xml
@@ -119,10 +119,10 @@
Lock the body's movement in the x-axis.
</member>
<member name="axis_lock_linear_y" type="bool" setter="set_axis_lock" getter="get_axis_lock">
- Lock the body's movement in the x-axis.
+ Lock the body's movement in the y-axis.
</member>
<member name="axis_lock_linear_z" type="bool" setter="set_axis_lock" getter="get_axis_lock">
- Lock the body's movement in the x-axis.
+ Lock the body's movement in the z-axis.
</member>
<member name="bounce" type="float" setter="set_bounce" getter="get_bounce">
RigidBody's bounciness.