You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Unify and streamline connecting to Resource changes
This commit is contained in:
@@ -77,7 +77,7 @@ void InputEventConfigContainer::set_event(const Ref<InputEvent> &p_event) {
|
||||
|
||||
input_event = p_event;
|
||||
_event_changed();
|
||||
input_event->connect("changed", callable_mp(this, &InputEventConfigContainer::_event_changed));
|
||||
input_event->connect_changed(callable_mp(this, &InputEventConfigContainer::_event_changed));
|
||||
}
|
||||
|
||||
InputEventConfigContainer::InputEventConfigContainer() {
|
||||
|
||||
Reference in New Issue
Block a user