Skip to content

Commit

Permalink
fix gltf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nearnshaw committed Jan 2, 2024
1 parent 879ee0c commit 60337af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function createIngredient(ingredient: IngredientType, position: Vector3,

syncEntity(
entity,
[AudioSource.componentId, Transform.componentId, GrabableObjectComponent.componentId, Tween.componentId], id
[AudioSource.componentId, Transform.componentId, GrabableObjectComponent.componentId, Tween.componentId, GltfContainer.componentId], id
)

return ingredient
Expand Down

0 comments on commit 60337af

Please sign in to comment.