aboutsummaryrefslogtreecommitdiff
path: root/servers/physics_server.cpp
diff options
context:
space:
mode:
authorFabio Alessandrelli2015-03-19 14:10:07 +0000
committerFabio Alessandrelli2015-05-18 01:30:43 +0000
commit473c7222f512488bfea3674358e15cac83d41ffb (patch)
tree50ba2fc0b960f3fdedcbe21c6723dc6c88c96182 /servers/physics_server.cpp
parent5272853cdc1c37fc545c443370bf87642122f4cc (diff)
downloadgodot-473c7222f512488bfea3674358e15cac83d41ffb.tar.gz
godot-473c7222f512488bfea3674358e15cac83d41ffb.tar.zst
godot-473c7222f512488bfea3674358e15cac83d41ffb.zip
Diffstat (limited to 'servers/physics_server.cpp')
-rw-r--r--servers/physics_server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/physics_server.cpp b/servers/physics_server.cpp
index 4feb1b526..e02601af4 100644
--- a/servers/physics_server.cpp
+++ b/servers/physics_server.cpp
@@ -681,6 +681,7 @@ void PhysicsServer::_bind_methods() {
BIND_CONSTANT( AREA_PARAM_GRAVITY );
BIND_CONSTANT( AREA_PARAM_GRAVITY_VECTOR );
BIND_CONSTANT( AREA_PARAM_GRAVITY_IS_POINT );
+ BIND_CONSTANT( AREA_PARAM_GRAVITY_DISTANCE_SCALE );
BIND_CONSTANT( AREA_PARAM_GRAVITY_POINT_ATTENUATION );
BIND_CONSTANT( AREA_PARAM_DENSITY );
BIND_CONSTANT( AREA_PARAM_PRIORITY );