Skip to content

Commit

Permalink
Fix sprites saying null on "ask and wait"
Browse files Browse the repository at this point in the history
  • Loading branch information
adroitwhiz committed Jul 25, 2022
1 parent c132c6d commit 2615fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sprite.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class SpriteBase {

*askAndWait(question) {
if (this._speechBubble) {
this.say(null);
this.say("");
}

let done = false;
Expand Down

0 comments on commit 2615fb5

Please sign in to comment.