mirror of
https://github.com/godotengine/godot.git
synced 2025-01-26 20:42:55 -05:00
Android: fix display server always alerting no Vulkan support
This commit is contained in:
parent
28d83ecf5a
commit
4dc94e93bb
1 changed files with 2 additions and 0 deletions
|
@ -448,6 +448,8 @@ DisplayServerAndroid::DisplayServerAndroid(const String &p_rendering_driver, Dis
|
|||
#endif
|
||||
|
||||
Input::get_singleton()->set_event_dispatch_function(_dispatch_input_events);
|
||||
|
||||
r_error = OK;
|
||||
}
|
||||
|
||||
DisplayServerAndroid::~DisplayServerAndroid() {
|
||||
|
|
Loading…
Add table
Reference in a new issue