diff options
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.texi b/doc/api.texi index 65a7020..9afc853 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1895,8 +1895,8 @@ Set texture for @var{batch} to @var{texture}. @end deffn @deffn {Procedure} sprite-batch-add! batch position @ - [#:origin] [#:scale] [:rotation] @ - [#:tint @code{white}] [#:texture-region] + [#:origin] [:rotation] [#:scale] [#:shear] @ + [#:texture-region] [#:tint @code{white}] Add sprite located at @var{position} to @var{batch}. |