Skip to content

Commit

Permalink
josh comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBelmes committed Nov 21, 2023
1 parent 0ffa7c8 commit faa4725
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/BubbleEmitterComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ export const BubbleEmitterComponent = defineComponent({
parentEntity: entity,
uuid: MathUtils.generateUUID() as EntityUUID
})
const currEntities = emitterComponent.bubbleEntities.get(NO_PROXY)
emitterComponent.bubbleEntities.set([...currEntities!,bubbleEntity])
emitterComponent.bubbleEntities.merge([bubbleEntity])
}

const bubble = getComponent(emitterComponent.bubbleEntities.value![0], BubbleComponent)
Expand Down

0 comments on commit faa4725

Please sign in to comment.