mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-23 12:19:54 +00:00
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind()