From 1146172b302a68393e4f97b47e6460d78db75518 Mon Sep 17 00:00:00 2001 From: kobewi Date: Thu, 6 Apr 2023 14:47:49 +0200 Subject: Prevent errors when using ViewportTexture (cherry picked from commit 1b9802fa8cb45e876cd90d6a174b95b270a7f934) --- scene/main/node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/main/node.h') diff --git a/scene/main/node.h b/scene/main/node.h index 493578bc5b..4a606538a8 100644 --- a/scene/main/node.h +++ b/scene/main/node.h @@ -455,6 +455,7 @@ public: bool can_process_notification(int p_what) const; bool is_enabled() const; + bool is_ready() const; void request_ready(); static void print_orphan_nodes(); -- cgit v1.2.3