From ac2c5e8dcdf4c4957fc20b124b91847c6b0145ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20J=2E=20Est=C3=A9banez?= Date: Tue, 25 Jul 2017 04:20:32 +0200 Subject: [PATCH] Add missing initializers --- servers/physics/body_sw.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/physics/body_sw.cpp b/servers/physics/body_sw.cpp index 1f32c059a84..e065fae2be1 100644 --- a/servers/physics/body_sw.cpp +++ b/servers/physics/body_sw.cpp @@ -757,7 +757,8 @@ BodySW::BodySW() contact_count = 0; gravity_scale = 1.0; - + linear_damp = -1; + angular_damp = -1; area_angular_damp = 0; area_linear_damp = 0;