Explorar o código

Merge pull request #41638 from skyace65/Texture

Clarify get_data texture method
Rémi Verschelde %!s(int64=5) %!d(string=hai) anos
pai
achega
a0b95e5d9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/Texture2D.xml

+ 1 - 1
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">