From 5460c716cc9c85f3ce1a07d30b2d54bc2f2f69a0 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Thu, 2 Oct 2025 23:50:14 +0300 Subject: [PATCH] fix entities visibility --- src/objects/rigging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/rigging.cpp b/src/objects/rigging.cpp index 3f50e905..1c0e9218 100644 --- a/src/objects/rigging.cpp +++ b/src/objects/rigging.cpp @@ -141,7 +141,7 @@ void SkeletonConfig::update( build_matrix(rotation, interpolation.getCurrent()) ); } else { - update(0, skeleton, root.get(), rotation); + update(0, skeleton, root.get(), build_matrix(rotation, position)); } }