소스 검색

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;