diff options
| author | Kelly Thomas | 2018-05-17 00:15:30 +0800 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-06-01 17:53:52 +0200 |
| commit | fbad7c2dd94df2819f8fe88f935ac5ab0cb19e63 (patch) | |
| tree | a63c01745c99afc28eaec7096d7dc3cbeffc114e /doc/classes/PhysicsServer.xml | |
| parent | 12fe7748449d76495f7ab2f240b1754b54c8a2f1 (diff) | |
| download | godot-fbad7c2dd94df2819f8fe88f935ac5ab0cb19e63.tar.gz godot-fbad7c2dd94df2819f8fe88f935ac5ab0cb19e63.tar.zst godot-fbad7c2dd94df2819f8fe88f935ac5ab0cb19e63.zip | |
[docs] fix links in class docs
(cherry picked from commit c6ed46891d0abacb6619ff77697c616c9658a90f)
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/PhysicsServer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index 628a0c70e..1e874e32e 100644 --- a/doc/classes/PhysicsServer.xml +++ b/doc/classes/PhysicsServer.xml @@ -605,7 +605,7 @@ <argument index="3" name="userdata" type="Variant" default="null"> </argument> <description> - Sets the function used to calculate physics for an object, if that object allows it (see [method body_set_omit_force integration]). + Sets the function used to calculate physics for an object, if that object allows it (see [method body_set_omit_force_integration]). </description> </method> <method name="body_set_kinematic_safe_margin"> |
