Browse Source

Clarify get_data texture method

(cherry picked from commit 635c9761a0e3c5583c6f7c8314143c45a219bcef)
skyace65 5 years ago
parent
commit
92a1c168ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Texture.xml

+ 1 - 1
doc/classes/Texture.xml

@@ -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">