summaryrefslogtreecommitdiff
path: root/doc/classes/PhysicsServer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PhysicsServer.xml')
-rw-r--r--doc/classes/PhysicsServer.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml
index 71cdd6f6df..b0f42b83a3 100644
--- a/doc/classes/PhysicsServer.xml
+++ b/doc/classes/PhysicsServer.xml
@@ -1437,12 +1437,12 @@
<constant name="BODY_PARAM_GRAVITY_SCALE" value="3">
Constant to set/get a body's gravity multiplier.
</constant>
- <constant name="BODY_PARAM_ANGULAR_DAMP" value="5">
- Constant to set/get a body's angular dampening factor.
- </constant>
<constant name="BODY_PARAM_LINEAR_DAMP" value="4">
Constant to set/get a body's linear dampening factor.
</constant>
+ <constant name="BODY_PARAM_ANGULAR_DAMP" value="5">
+ Constant to set/get a body's angular dampening factor.
+ </constant>
<constant name="BODY_PARAM_MAX" value="6">
This is the last ID for body parameters. Any attempt to set this property is ignored. Any attempt to get it returns 0.
</constant>