From de9e08da766494dccde0aaba7bfd1e7665b115d8 Mon Sep 17 00:00:00 2001 From: Micky Date: Thu, 13 Oct 2022 15:30:23 +0200 Subject: Comment not to remove `data` structs in some Nodes --- scene/3d/node_3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/3d') diff --git a/scene/3d/node_3d.h b/scene/3d/node_3d.h index 90c7bc89ef..04f73a4cbd 100644 --- a/scene/3d/node_3d.h +++ b/scene/3d/node_3d.h @@ -96,6 +96,7 @@ private: mutable SelfList xform_change; + // This Data struct is to avoid namespace pollution in derived classes. struct Data { mutable Transform3D global_transform; mutable Transform3D local_transform; -- cgit v1.2.3