[SOLVED] Bone getAttachmentsNode()

Hey guys.

I believe the Bone class’s function "getAttachmentsNode() " should have a “public” visibility

It’s impossible to use otherwise. Or am I using it incorrectly?

Link: Bone.java

Look at SkeletonControl’s getAttachmentsNode.

Awesome thanks!