Make angular_damp of new Area nodes match the global default

This commit is contained in:
Tomasz Chabora
2019-03-22 02:33:17 +01:00
parent 9c3ddf05cb
commit fc8ad59af3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ AreaSW::AreaSW() :
gravity_is_point = false;
gravity_distance_scale = 0;
point_attenuation = 1;
angular_damp = 1.0;
angular_damp = 0.1;
linear_damp = 0.1;
priority = 0;
set_ray_pickable(false);