Browse Source

Clarify get_data Image method

Ebrahim Ebrahim 5 years ago
parent
commit
b9764b6109
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">