diff options
| author | Kelly Thomas | 2018-05-17 00:15:30 +0800 |
|---|---|---|
| committer | Kelly Thomas | 2018-05-17 00:15:30 +0800 |
| commit | c6ed46891d0abacb6619ff77697c616c9658a90f (patch) | |
| tree | b6db1db2d9fc61d1f43126014b89627d66be6b1b /doc/classes/PhysicsServer.xml | |
| parent | 760ec584df5ab1126b73a8c0d47637916e22250e (diff) | |
| download | godot-c6ed46891d0abacb6619ff77697c616c9658a90f.tar.gz godot-c6ed46891d0abacb6619ff77697c616c9658a90f.tar.zst godot-c6ed46891d0abacb6619ff77697c616c9658a90f.zip | |
[docs] fix links in class docs
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 dd2c322ee..f5311974f 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"> |
