fix attachment bug

This commit is contained in:
austin 2025-06-08 18:32:00 -04:00
parent b269edcbd9
commit 75f0d76170
2 changed files with 2 additions and 1 deletions

View File

@ -2130,6 +2130,7 @@ Sim range update
(06/08/2025)
Fix scene re-adding tree that was previously removed
Fix client toolbar update deleting entity that shouldn't be deleted
Fix attachment bug

View File

@ -304,7 +304,7 @@ public class AttachUtils {
parentScale
);
//set
EntityUtils.getPosition(child).set(position);
EntityUtils.setPosition(child, position);
//calculate and apply rotation