You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
iOS modular build and export implementation.
This commit is contained in:
@@ -303,9 +303,6 @@ Error OS_UWP::initialize(const VideoMode &p_desired, int p_video_driver, int p_a
|
||||
|
||||
visual_server->init();
|
||||
|
||||
///@TODO implement a subclass for UWP and instantiate that instead
|
||||
camera_server = memnew(CameraServer);
|
||||
|
||||
input = memnew(InputDefault);
|
||||
|
||||
joypad = ref new JoypadUWP(input);
|
||||
@@ -404,8 +401,6 @@ void OS_UWP::finalize() {
|
||||
|
||||
memdelete(input);
|
||||
|
||||
memdelete(camera_server);
|
||||
|
||||
joypad = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user