mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 07:40:36 +00:00
Fix InputEventConfigurationDialog
modifies original event
This commit is contained in:
parent
550a779851
commit
9fbf24fd5c
@ -547,7 +547,7 @@ void InputEventConfigurationDialog::_notification(int p_what) {
|
||||
|
||||
void InputEventConfigurationDialog::popup_and_configure(const Ref<InputEvent> &p_event) {
|
||||
if (p_event.is_valid()) {
|
||||
_set_event(p_event, p_event->duplicate());
|
||||
_set_event(p_event->duplicate(), p_event);
|
||||
} else {
|
||||
// Clear Event
|
||||
_set_event(Ref<InputEvent>(), Ref<InputEvent>());
|
||||
|
Loading…
Reference in New Issue
Block a user