summaryrefslogtreecommitdiff
path: root/shared/src/resources.rs
diff options
context:
space:
mode:
Diffstat (limited to 'shared/src/resources.rs')
-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 bab9a43..4460feb 100644
--- a/shared/src/resources.rs
+++ b/shared/src/resources.rs
@@ -80,7 +80,7 @@ resource_dicts!(
light[multi]: (Vec3A, Resource<LightPart>),
armature[multi]: Resource<ArmaturePart>,
particles[multi]: (Affine3A, Resource<ParticlesPart>),
- animations[multi]: Resource<AnimationPart>,
+ animation[multi]: Resource<AnimationPart>,
avatar_info: Resource<AvatarInfoPart>,
environment: Resource<EnvironmentPart>,
}