diff options
author | TechnoPorg <69441745+TechnoPorg@users.noreply.github.com> | 2021-01-11 18:55:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 18:55:14 -0600 |
commit | 81dc9be973ee7a0cf7e5687276c78197a74ea2e1 (patch) | |
tree | b1e49f220b13ec855b16734502f62d01706ed060 /doc/classes/Animation.xml | |
parent | 8e514bbf6ab3d2cff4daeb64e842bd8846c07046 (diff) |
Fix incorrect parameter in audio_track_set_key_stream.
The description for audio_track_set_key_stream referenced a parameter called offset, which is not a parameter for that method. The description now references the correct parameter, stream.
Diffstat (limited to 'doc/classes/Animation.xml')
-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"> |