diff options
Diffstat (limited to 'world/src/main.rs')
-rw-r--r-- | world/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/src/main.rs b/world/src/main.rs index a31ef63..b5ce1a4 100644 --- a/world/src/main.rs +++ b/world/src/main.rs @@ -178,6 +178,7 @@ fn main() -> Result<()> { &mut prefab, &args, &texture_cache, + &armatures, )?; } let (position, _, _) = node.transform().decomposed(); |