From 62047e116d8fed59fa072dba86919c309c1711e5 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 1 Oct 2025 15:41:22 +0200 Subject: [PATCH] [godot] Fix friend classes in SpineSkeleton --- spine-godot/spine_godot/SpineSkeleton.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spine-godot/spine_godot/SpineSkeleton.h b/spine-godot/spine_godot/SpineSkeleton.h index 72b2f7cfc..f28c982a9 100644 --- a/spine-godot/spine_godot/SpineSkeleton.h +++ b/spine-godot/spine_godot/SpineSkeleton.h @@ -61,6 +61,8 @@ class SpineSkeleton : public REFCOUNTED { friend class SpineTransformConstraint; friend class SpinePathConstraint; friend class SpineSlider; + friend class SpineBonePose; + friend class SpineBoneLocal; protected: static void _bind_methods();