Browse Source

Remove physics thread getting the gl context

santouits 6 năm trước cách đây
mục cha
commit
472cda9047
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;