Browse Source

Merge pull request #30876 from santouits/no

Remove physics thread getting the gl context
Rémi Verschelde 6 years ago
parent
commit
75e80e7665
1 changed files with 0 additions and 2 deletions
  1. 0 2
      servers/physics_2d/physics_2d_server_wrap_mt.cpp

+ 0 - 2
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;