mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 01:13:39 +00:00
iOS modular build and export implementation.
This commit is contained in:
parent
52e3993eb0
commit
2ef8c5fac5
38 changed files with 210 additions and 75 deletions
|
@ -970,8 +970,6 @@ Error OS_JavaScript::initialize(const VideoMode &p_desired, int p_video_driver,
|
|||
VisualServer *visual_server = memnew(VisualServerRaster());
|
||||
input = memnew(InputDefault);
|
||||
|
||||
camera_server = memnew(CameraServer);
|
||||
|
||||
EMSCRIPTEN_RESULT result;
|
||||
#define EM_CHECK(ev) \
|
||||
if (result != EMSCRIPTEN_RESULT_SUCCESS) \
|
||||
|
@ -1106,7 +1104,6 @@ void OS_JavaScript::delete_main_loop() {
|
|||
|
||||
void OS_JavaScript::finalize() {
|
||||
|
||||
memdelete(camera_server);
|
||||
memdelete(input);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue