Fix compile for 3.x.

This commit is contained in:
Relintai 2022-02-08 12:13:40 +01:00
parent 9cbe84ae27
commit 80a3b96fc5

View File

@ -108,7 +108,7 @@ void TouchButton::_gui_input(Ref<InputEvent> p_event) {
}
#if VERSION_MAJOR <= 3
BaseButton::_gui_input(ev);
BaseButton::_gui_input(p_event);
#endif
}