Merge pull request #40387 from thebestnom/Android-Fix-Display-Server

Android: fix display server always alerting no Vulkan support
This commit is contained in:
Rémi Verschelde 2020-07-15 08:27:36 +02:00 committed by GitHub
commit 947b61e24e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {