From 92a1c168ea410471475fd038f77649df2b770edd 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 (cherry picked from commit 635c9761a0e3c5583c6f7c8314143c45a219bcef) --- doc/classes/Texture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index b0d379f6d0e..3ab5367fcd1 100644 --- a/doc/classes/Texture.xml +++ b/doc/classes/Texture.xml @@ -72,7 +72,7 @@ - Returns an [Image] with the data from this [Texture]. [Image]s can be accessed and manipulated directly. + Returns an [Image] that is a copy of data from this [Texture]. [Image]s can be accessed and manipulated directly.