GDScript: Don't use validated call for vararg methods
Since they may have runtime type validation, we cannot use the validated call.
This commit is contained in:
parent
6296b46008
commit
defa46bfd1
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
func test():
|
||||
var lambda := func(unused: Variant) -> void:
|
||||
pass
|
||||
lambda.call()
|
||||
lambda.call("something")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue