From 27f964d5380134c6384cd2cc1331f0db7b46d755 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 24 Dec 2020 01:46:56 +0100 Subject: Fix confusing SliderJoint3D brief description --- doc/classes/HingeJoint3D.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes/HingeJoint3D.xml') diff --git a/doc/classes/HingeJoint3D.xml b/doc/classes/HingeJoint3D.xml index 2d4480cb20..f2c652d51a 100644 --- a/doc/classes/HingeJoint3D.xml +++ b/doc/classes/HingeJoint3D.xml @@ -1,10 +1,10 @@ - A hinge between two 3D bodies. + A hinge between two 3D PhysicsBodies. - A HingeJoint3D normally uses the Z axis of body A as the hinge axis, another axis can be specified when adding it manually though. + A HingeJoint3D normally uses the Z axis of body A as the hinge axis, another axis can be specified when adding it manually though. See also [Generic6DOFJoint3D]. -- cgit v1.2.3