From 635c9761a0e3c5583c6f7c8314143c45a219bcef Mon Sep 17 00:00:00 2001 From: skyace65 Date: Sun, 30 Aug 2020 21:47:28 -0400 Subject: [PATCH] Clarify get_data texture method --- doc/classes/Texture2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Texture2D.xml b/doc/classes/Texture2D.xml index ffe806cef79..f283efdc3d0 100644 --- a/doc/classes/Texture2D.xml +++ b/doc/classes/Texture2D.xml @@ -96,7 +96,7 @@ - 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.