Skip to content

Commit

Permalink
Fix type check in data controller (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
worron authored Sep 10, 2024
1 parent d0d2d01 commit 2346e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var name_label:Label:

signal ui_val_changed(val)

func get_ui_val():
func get_ui_val() -> Variant:
return null

func update_ui(val):
Expand Down

0 comments on commit 2346e73

Please sign in to comment.