summaryrefslogtreecommitdiffstats
path: root/servers/physics_server_3d_wrap_mt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'servers/physics_server_3d_wrap_mt.cpp')
-rw-r--r--servers/physics_server_3d_wrap_mt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/servers/physics_server_3d_wrap_mt.cpp b/servers/physics_server_3d_wrap_mt.cpp
index feb17cad84..9cdd144525 100644
--- a/servers/physics_server_3d_wrap_mt.cpp
+++ b/servers/physics_server_3d_wrap_mt.cpp
@@ -96,7 +96,6 @@ void PhysicsServer3DWrapMT::end_sync() {
void PhysicsServer3DWrapMT::init() {
if (create_thread) {
- //OS::get_singleton()->release_rendering_thread();
thread.start(_thread_callback, this);
while (!step_thread_up) {
OS::get_singleton()->delay_usec(1000);