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