Skip to content

Commit 667e654

Browse files
TextBubbleStyle: Fix _process() running unnecessarily (#2621)
1 parent f647625 commit 667e654

File tree

1 file changed

+1
-0
lines changed
  • addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble

1 file changed

+1
-0
lines changed

addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func _ready() -> void:
4141

4242

4343
func reset() -> void:
44+
set_process(false)
4445
scale = Vector2.ZERO
4546
modulate.a = 0.0
4647

0 commit comments

Comments
 (0)