diff options
| author | Andrea Catania | 2018-02-16 19:06:00 +0100 |
|---|---|---|
| committer | Andrea Catania | 2018-02-20 12:43:47 +0100 |
| commit | 6ed392f47a1970f7815f6f76b7bacfd0bb51b87c (patch) | |
| tree | e380ae9cc66729978344ba74a62b9546439cbdf7 /servers/physics_server.h | |
| parent | da612c324cec8c4f6bfcef9b35406ea215e699f6 (diff) | |
| download | godot-6ed392f47a1970f7815f6f76b7bacfd0bb51b87c.tar.gz godot-6ed392f47a1970f7815f6f76b7bacfd0bb51b87c.tar.zst godot-6ed392f47a1970f7815f6f76b7bacfd0bb51b87c.zip | |
Diffstat (limited to 'servers/physics_server.h')
| -rw-r--r-- | servers/physics_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics_server.h b/servers/physics_server.h index 2ac405293..3a950ceb7 100644 --- a/servers/physics_server.h +++ b/servers/physics_server.h @@ -472,7 +472,7 @@ public: Variant collider_metadata; }; - virtual bool body_test_motion(RID p_body, const Transform &p_from, const Vector3 &p_motion, MotionResult *r_result = NULL) = 0; + virtual bool body_test_motion(RID p_body, const Transform &p_from, const Vector3 &p_motion, bool p_infinite_inertia, MotionResult *r_result = NULL) = 0; /* JOINT API */ |
