Go back to text wordbubbles

This commit is contained in:
2014-06-14 11:02:19 -07:00
parent 905ba2a888
commit e05edd9987

View File

@@ -620,7 +620,9 @@ var AISprite = function(game, x, y, key, frame) {
if ( this.bubble_text !== null ) { if ( this.bubble_text !== null ) {
if ( this.clear_bubble == true ) { if ( this.clear_bubble == true ) {
this.bubble_text.destroy(); this.bubble_text.destroy();
this.bubble_sprite.destroy();
this.bubble_text = null; this.bubble_text = null;
this.bubble_sprite = null;
this.clear_bubble = false; this.clear_bubble = false;
} else { } else {
this.snap_bubble_position(); this.snap_bubble_position();