aboutsummaryrefslogtreecommitdiff
path: root/scene/3d/physics_body.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-02-19 11:57:14 -0300
committerJuan Linietsky2014-02-19 11:57:14 -0300
commitd7d65fa2f2b51d03f7bdfcbceedca99188ce979c (patch)
treefecdf1bfa39ba5a4895b4dbf340a3b68098c109a /scene/3d/physics_body.h
parent8c1731b67995add31361ae526b0e6af76346181e (diff)
downloadgodot-d7d65fa2f2b51d03f7bdfcbceedca99188ce979c.tar.gz
godot-d7d65fa2f2b51d03f7bdfcbceedca99188ce979c.tar.zst
godot-d7d65fa2f2b51d03f7bdfcbceedca99188ce979c.zip
Diffstat (limited to 'scene/3d/physics_body.h')
-rw-r--r--scene/3d/physics_body.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/physics_body.h b/scene/3d/physics_body.h
index 0cb24075b..a5faa9857 100644
--- a/scene/3d/physics_body.h
+++ b/scene/3d/physics_body.h
@@ -92,7 +92,7 @@ public:
MODE_RIGID,
MODE_STATIC,
MODE_CHARACTER,
- MODE_STATIC_ACTIVE,
+ MODE_KINEMATIC,
};
private: