Skip to content

Commit d6c89c8

Browse files
Fix indentation error in simple highlight portrait (#2506)
1 parent 2cfb62e commit d6c89c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func _ready() -> void:
2020

2121

2222
func _should_do_portrait_update(_character: DialogicCharacter, _portrait: String) -> bool:
23-
return true
23+
return true
2424

2525

2626
func _highlight() -> void:

0 commit comments

Comments
 (0)