mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Errata fix on Image get_format() description
The description of this function seems to be duplicated from the preceding description.
This commit is contained in:
committed by
GitHub
parent
e7cf2b2e77
commit
9d735ffacb
@@ -217,7 +217,7 @@
|
|||||||
<return type="int" enum="Image.Format">
|
<return type="int" enum="Image.Format">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Returns the image's raw data.
|
Returns the image’s format. See [code]FORMAT_*[/code] constants.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_height" qualifiers="const">
|
<method name="get_height" qualifiers="const">
|
||||||
|
|||||||
Reference in New Issue
Block a user