Skip to content

Commit 09e7c61

Browse files
committed
Update PortaitsDisplayer
See d619697
1 parent 1159f84 commit 09e7c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/textalog/events/inspector.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ class PortraitsDisplayer extends EditorProperty:
324324
set_bottom_editor(_vb)
325325

326326

327-
func update_property() -> void:
327+
func _ready() -> void:
328328
var portraits:Array = get_edited_object()[get_edited_property()]
329329
portrait_container.edited_object = get_edited_object()
330330

0 commit comments

Comments
 (0)