Merge branch 'blender-v2.81-release'

This commit is contained in:
Philipp Oeser 2019-11-12 12:24:19 +01:00
commit 5b5dccbc80
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
#define _DNA_DEFAULT_PhysicsSettings \
{ \
.gravity = {0.0f, 0.0f -9.81f}, \
.gravity = {0.0f, 0.0f, -9.81f}, \
.flag = PHYS_GLOBAL_GRAVITY, \
}