Преглед на файлове

Merge pull request #41638 from skyace65/Texture

Clarify get_data texture method
Rémi Verschelde преди 5 години
родител
ревизия
a0b95e5d9c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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">