mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Remove physics thread getting the gl context
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user