fix attachment bug
This commit is contained in:
parent
b269edcbd9
commit
75f0d76170
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@ -304,7 +304,7 @@ public class AttachUtils {
|
||||
parentScale
|
||||
);
|
||||
//set
|
||||
EntityUtils.getPosition(child).set(position);
|
||||
EntityUtils.setPosition(child, position);
|
||||
|
||||
|
||||
//calculate and apply rotation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user