diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-01-04 15:01:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 15:01:47 +0100 |
commit | 51e5e200e236f506f757b08ee96345fbeec30db0 (patch) | |
tree | ab32df89fe2cf03de8f807bf4a631ae2997bed9a /doc/classes/Quat.xml | |
parent | 8cfec72084e134a41467658da1f5ae5f5567a044 (diff) | |
parent | 215d18814e3db5371ed7aae9555ac25bf7d1a00e (diff) |
Merge pull request #44911 from akien-mga/doc-sync
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/Quat.xml')
-rw-r--r-- | doc/classes/Quat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Quat.xml b/doc/classes/Quat.xml index 425e82c744..ef83ae7fb9 100644 --- a/doc/classes/Quat.xml +++ b/doc/classes/Quat.xml @@ -127,7 +127,7 @@ <argument index="0" name="to" type="Quat"> </argument> <description> - Returns [code]true[/code] if this quaterion and [code]quat[/code] are approximately equal, by running [method @GDScript.is_equal_approx] on each component. + Returns [code]true[/code] if this quaterion and [code]quat[/code] are approximately equal, by running [method @GlobalScope.is_equal_approx] on each component. </description> </method> <method name="is_normalized"> |