Skip to content

Commit

Permalink
Merge pull request #5 from decentraland-scenes/fix/bubbles-chatting
Browse files Browse the repository at this point in the history
fix: closing a bubble breaks showing next
  • Loading branch information
AnisLahouar committed Jun 14, 2023
2 parents 3dcd550 + 97767fe commit 057b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function handleDialogTyping(dt:number) {
for (const [entity] of engine.getEntitiesWith(IsTypingBubble)) {
let dialogData = bubbles.get(entity)
if(dialogData.done){
return
continue
}

dialogData.timer += dt
Expand Down

0 comments on commit 057b388

Please sign in to comment.