浏览代码

Remove physics thread getting the gl context

santouits 6 年之前
父节点
当前提交
472cda9047
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;