summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-08-31 11:17:47 +0200
committerGitHub <noreply@github.com>2020-08-31 11:17:47 +0200
commita0b95e5d9c8b9529fb6e7006beca30e1ee0dbf4a (patch)
treeeccda24404ff9fd64cf46cc01cec78732ec84d4f /doc/classes
parenta276e6fc363e1ad49a46f18c84c7fb8c30070037 (diff)
parent635c9761a0e3c5583c6f7c8314143c45a219bcef (diff)
Merge pull request #41638 from skyace65/Texture
Clarify get_data texture method
Diffstat (limited to 'doc/classes')
-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">