Assembly: Fixes bug for origins in Sub-AssemblyLink (#22415)

This commit is contained in:
Tayler Miller
2025-07-17 08:03:28 -05:00
committed by GitHub
parent 9cd3b31067
commit 8acbb224fc
2 changed files with 9 additions and 3 deletions

View File

@@ -68,6 +68,9 @@ public:
bool isRigid();
/**
* Update all of the components and joints from the Assembly
*/
void updateContents();
void synchronizeComponents();