summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/resources.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/resources.rs b/shared/src/resources.rs
index 1b2136d..5901eb1 100644
--- a/shared/src/resources.rs
+++ b/shared/src/resources.rs
@@ -50,7 +50,7 @@ pub struct EnvironmentPart {
pub struct MeshPart {
pub name: Option<String>,
pub index: Option<Resource<Vec<[u32; 3]>>>,
- pub armature: Option<Armature>,
+ pub armature: Option<Resource<Armature>>,
pub g_metallic: Option<f32>,
pub g_roughness: Option<f32>,
pub g_albedo: Option<Vec3A>,