Merge branch 'blender-v2.81-release'

This commit is contained in:
Philipp Oeser
2019-11-12 12:24:19 +01:00

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, \
}