diff options
Diffstat (limited to 'servers/physics_server_2d.h')
-rw-r--r-- | servers/physics_server_2d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics_server_2d.h b/servers/physics_server_2d.h index 30d3c47051..9287f8af21 100644 --- a/servers/physics_server_2d.h +++ b/servers/physics_server_2d.h @@ -350,7 +350,7 @@ public: BODY_MODE_STATIC, BODY_MODE_KINEMATIC, BODY_MODE_DYNAMIC, - BODY_MODE_DYNAMIC_LOCKED, + BODY_MODE_DYNAMIC_LINEAR, }; virtual RID body_create() = 0; |