fix entities visibility

This commit is contained in:
MihailRis
2025-10-02 23:50:14 +03:00
parent 06e65911a3
commit 5460c716cc
+1 -1
View File
@@ -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));
}
}