diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-09 07:43:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-09 07:43:07 +0100 |
commit | 7a333eb15a12d3941170cc00e9f6ae713eaa7327 (patch) | |
tree | a85ec59b54b27d5d37d830834493c82b22a348dd /doc/classes/Image.xml | |
parent | 60d4909048011b09b93f1483c72375fb0c46deac (diff) | |
parent | 2bde99f790137367fc9bf57d261a330c27b4de4a (diff) |
Merge pull request #33462 from KoBeWi/bulletproofreading
Fix some small text mistakes
Diffstat (limited to 'doc/classes/Image.xml')
-rw-r--r-- | doc/classes/Image.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index d37ab64cb3..c6d63035d1 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -415,7 +415,7 @@ <argument index="1" name="grayscale" type="bool" default="false"> </argument> <description> - Saves the image as an EXR file to [code]path[/code]. If grayscale is [code]true[/code] and the image has only one channel, it will be saved explicitly as monochrome rather than one red channel. This function will return [constant ERR_UNAVAILABLE] if Godot was compiled without the TinyEXR module. + Saves the image as an EXR file to [code]path[/code]. If [code]grayscale[/code] is [code]true[/code] and the image has only one channel, it will be saved explicitly as monochrome rather than one red channel. This function will return [constant ERR_UNAVAILABLE] if Godot was compiled without the TinyEXR module. </description> </method> <method name="save_png" qualifiers="const"> |