Skip to content

Commit

Permalink
Fix indentation error in simple highlight portrait (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiggingNebula8 authored Jan 7, 2025
1 parent 2cfb62e commit d6c89c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func _ready() -> void:


func _should_do_portrait_update(_character: DialogicCharacter, _portrait: String) -> bool:
return true
return true


func _highlight() -> void:
Expand Down

0 comments on commit d6c89c8

Please sign in to comment.