summaryrefslogtreecommitdiff
path: root/doc/classes/Texture2D.xml
diff options
context:
space:
mode:
authorskyace65 <trekie96@hotmail.com>2020-08-30 21:47:28 -0400
committerskyace65 <trekie96@hotmail.com>2020-08-30 21:47:28 -0400
commit635c9761a0e3c5583c6f7c8314143c45a219bcef (patch)
treeb9d33e9802822d99085e1b69917184b7d35cd488 /doc/classes/Texture2D.xml
parentdb5ea78b7bf85ddd9109fa4ac03a7178d446cb58 (diff)
Clarify get_data texture method
Diffstat (limited to 'doc/classes/Texture2D.xml')
-rw-r--r--doc/classes/Texture2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Texture2D.xml b/doc/classes/Texture2D.xml
index ffe806cef7..f283efdc3d 100644
--- a/doc/classes/Texture2D.xml
+++ b/doc/classes/Texture2D.xml
@@ -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">