Browse Source

Merge pull request #41988 from ebrahimebrahim/master

Clarify get_data Image method
Rémi Verschelde 5 years ago
parent
commit
4566db2a16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Image.xml

+ 1 - 1
doc/classes/Image.xml

@@ -233,7 +233,7 @@
 			<return type="PackedByteArray">
 			</return>
 			<description>
-				Returns the image's raw data.
+				Returns a copy of the image's raw data.
 			</description>
 		</method>
 		<method name="get_format" qualifiers="const">