Remove physics thread getting the gl context

This commit is contained in:
santouits 2019-07-27 22:08:03 +03:00
parent 1107799de5
commit 472cda9047
1 changed files with 0 additions and 2 deletions

View File

@ -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;