Merge pull request #41638 from skyace65/Texture

Clarify get_data texture method
This commit is contained in:
Rémi Verschelde
2020-08-31 11:17:47 +02:00
committed by GitHub
+1 -1
View File
@@ -96,7 +96,7 @@
<return type="Image">
</return>
<description>
Returns an [Image] with the data from this [Texture2D]. [Image]s can be accessed and manipulated directly.
Returns an [Image] that is a copy of data from this [Texture2D]. [Image]s can be accessed and manipulated directly.
</description>
</method>
<method name="get_height" qualifiers="const">