From 284642be01c026501f1bc635f336fdf6efe61b78 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Thu, 10 Dec 2020 12:19:04 +0000 Subject: Rename Viewport::ClearMode::CLEAR_MODE_ONLY_NEXT_FRAME to CLEAR_MODE_ONCE --- doc/classes/SubViewport.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/SubViewport.xml b/doc/classes/SubViewport.xml index 4736401395..376082f417 100644 --- a/doc/classes/SubViewport.xml +++ b/doc/classes/SubViewport.xml @@ -45,8 +45,8 @@ Never clear the render target. - - Clear the render target next frame, then switch to [constant CLEAR_MODE_NEVER]. + + Clear the render target on the next frame, then switch to [constant CLEAR_MODE_NEVER]. Do not update the render target. @@ -58,7 +58,7 @@ Update the render target only when it is visible. This is the default value. - Update the render target only when the its parent is visible. + Update the render target only when its parent is visible. Always update the render target. -- cgit v1.2.3