diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-01-12 09:51:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 09:51:00 +0100 |
commit | ca1d9edc559dbee24726af34dcd82a98e4f1d368 (patch) | |
tree | b1e49f220b13ec855b16734502f62d01706ed060 | |
parent | 8e514bbf6ab3d2cff4daeb64e842bd8846c07046 (diff) | |
parent | 81dc9be973ee7a0cf7e5687276c78197a74ea2e1 (diff) |
Merge pull request #45118 from TechnoPorg/fix-animation-classref
Docs: Fix incorrect parameter in audio_track_set_key_stream.
-rw-r--r-- | doc/classes/Animation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index d26c0e8605..9720405ffd 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -168,7 +168,7 @@ <argument index="2" name="stream" type="Resource"> </argument> <description> - Sets the stream of the key identified by [code]key_idx[/code] to value [code]offset[/code]. The [code]track_idx[/code] must be the index of an Audio Track. + Sets the stream of the key identified by [code]key_idx[/code] to value [code]stream[/code]. The [code]track_idx[/code] must be the index of an Audio Track. </description> </method> <method name="bezier_track_get_key_in_handle" qualifiers="const"> |