summaryrefslogtreecommitdiff
path: root/shared/src
diff options
context:
space:
mode:
Diffstat (limited to 'shared/src')
-rw-r--r--shared/src/resources.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/src/resources.rs b/shared/src/resources.rs
index 4460feb..f502485 100644
--- a/shared/src/resources.rs
+++ b/shared/src/resources.rs
@@ -179,6 +179,7 @@ resource_dicts!(
pub struct ArmaturePart {
parent: Vec<u16>,
transform: Vec<Affine3A>,
+ rest_transform: Vec<Affine3A>,
name: Vec<String>,
}