Remove physics thread getting the gl context
This commit is contained in:
parent
1107799de5
commit
472cda9047
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue