Browse Source

Android: fix display server always alerting no Vulkan support

thebestnom 5 years ago
parent
commit
4dc94e93bb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      platform/android/display_server_android.cpp

+ 2 - 0
platform/android/display_server_android.cpp

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