mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
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
Block a user