mirror of
https://github.com/Relintai/ui_extensions.git
synced 2024-11-14 10:27:48 +01:00
Fix compile for 3.x.
This commit is contained in:
parent
9cbe84ae27
commit
80a3b96fc5
@ -108,7 +108,7 @@ void TouchButton::_gui_input(Ref<InputEvent> p_event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if VERSION_MAJOR <= 3
|
#if VERSION_MAJOR <= 3
|
||||||
BaseButton::_gui_input(ev);
|
BaseButton::_gui_input(p_event);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user