diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-05-16 18:32:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 18:32:40 +0200 |
commit | 045451e58d847201017042b052b54198688bb288 (patch) | |
tree | ab62ea914445070a8354d5657dbb76d204d219d7 /doc/classes/Physics2DServer.xml | |
parent | b1182f9de122c466fedc831bb209e132a25f8d34 (diff) | |
parent | c6ed46891d0abacb6619ff77697c616c9658a90f (diff) |
Merge pull request #18935 from KellyThomas/doc-links
[docs] fix links in class docs
Diffstat (limited to 'doc/classes/Physics2DServer.xml')
-rw-r--r-- | doc/classes/Physics2DServer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Physics2DServer.xml b/doc/classes/Physics2DServer.xml index 1098b0d6b1..4a678d9f6b 100644 --- a/doc/classes/Physics2DServer.xml +++ b/doc/classes/Physics2DServer.xml @@ -566,7 +566,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_max_contacts_reported"> |