From d286e98fd196634c5b25648a85cb99b46b5584ef Mon Sep 17 00:00:00 2001 From: Jared Date: Sun, 16 Sep 2018 12:22:12 +0300 Subject: [PATCH] Small documentation clarification added to CanvasItem. --- doc/classes/CanvasItem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 98404478f47..60f097f3f9c 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -576,7 +576,7 @@ Disable blending mode. Colors including alpha are written as is. Only applicable for render targets with a transparent background. No lighting will be applied. - Canvas item transform has changed. Only received if requested. + Canvas item transform has changed. Notification is only received if enabled by [method set_notify_transform] or [method set_notify_local_transform]. CanvasItem is requested to draw.