Clarify get_data texture method

(cherry picked from commit 635c9761a0)
This commit is contained in:
skyace65 2020-08-30 21:47:28 -04:00 committed by Rémi Verschelde
parent 7493bc5530
commit 92a1c168ea
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<return type="Image">
</return>
<description>
Returns an [Image] with the data from this [Texture]. [Image]s can be accessed and manipulated directly.
Returns an [Image] that is a copy of data from this [Texture]. [Image]s can be accessed and manipulated directly.
</description>
</method>
<method name="get_height" qualifiers="const">