Prepare iron to c port

This commit is contained in:
luboslenco
2024-01-29 09:37:53 +01:00
parent f1c4b03d42
commit d6913f9298
36 changed files with 333 additions and 400 deletions
-1
View File
@@ -184,7 +184,6 @@ class TabObjects {
Context.raw.selectedObject.transform.rot.fromEuler(rot.x, rot.y, rot.z);
Context.raw.selectedObject.transform.buildMatrix();
// ///if arm_physics
// let rb = Context.raw.selectedObject.getTrait(RigidBody);
// if (rb != null) rb.syncTransform();
// ///end
}