From c0bcc87adaa094277188d0e6696385ee72576783 Mon Sep 17 00:00:00 2001 From: Marlin Watts-Woods Date: Mon, 8 Aug 2022 21:08:26 -0700 Subject: [PATCH] Added to Sprite3D Documentation (cherry picked from commit f8f665b03e2c2b2a10ffcaf815c511cd31a70887) --- doc/classes/Sprite3D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Sprite3D.xml b/doc/classes/Sprite3D.xml index 4c9cd52ab..071dfd664 100644 --- a/doc/classes/Sprite3D.xml +++ b/doc/classes/Sprite3D.xml @@ -27,7 +27,7 @@ The region of the atlas texture to display. [member region_enabled] must be [code]true[/code]. - [Texture] object to draw. If [member GeometryInstance.material_override] is used, this will be overridden. + [Texture] object to draw. If [member GeometryInstance.material_override] is used, this will be overridden. The size information is still used. The number of rows in the sprite sheet.