From 472cda90478127bae69f59ef741c27fca612ac99 Mon Sep 17 00:00:00 2001 From: santouits Date: Sat, 27 Jul 2019 22:08:03 +0300 Subject: Remove physics thread getting the gl context --- servers/physics_2d/physics_2d_server_wrap_mt.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/servers/physics_2d/physics_2d_server_wrap_mt.cpp b/servers/physics_2d/physics_2d_server_wrap_mt.cpp index 71c00c0abf..c698290fd9 100644 --- a/servers/physics_2d/physics_2d_server_wrap_mt.cpp +++ b/servers/physics_2d/physics_2d_server_wrap_mt.cpp @@ -54,8 +54,6 @@ void Physics2DServerWrapMT::thread_loop() { server_thread = Thread::get_caller_id(); - OS::get_singleton()->make_rendering_thread(); - physics_2d_server->init(); exit = false; -- cgit v1.2.3