Merge pull request #30876 from santouits/no

Remove physics thread getting the gl context
This commit is contained in:
Rémi Verschelde 2019-07-29 09:59:33 +02:00 committed by GitHub
commit 75e80e7665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;