From 76c5567626187536080f7df13cee8b7f4789688e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=84vels=20Nadtoc=CC=8Cajevs?= <7645683+bruvzg@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:57:46 +0200 Subject: [PATCH] [RTL] Use shared item RIDOwner for all instances. --- scene/gui/rich_text_label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene/gui/rich_text_label.h b/scene/gui/rich_text_label.h index e2ea4d98df..c7bc2efd15 100644 --- a/scene/gui/rich_text_label.h +++ b/scene/gui/rich_text_label.h @@ -579,7 +579,7 @@ private: void _texture_changed(RID p_item); - RID_PtrOwner items; + static inline RID_PtrOwner items; List tag_stack; HashSet hr_list;