aboutsummaryrefslogtreecommitdiff
path: root/servers/physics_server.h
diff options
context:
space:
mode:
authorAndrea Catania2018-02-16 19:06:00 +0100
committerAndrea Catania2018-02-20 12:43:47 +0100
commit6ed392f47a1970f7815f6f76b7bacfd0bb51b87c (patch)
treee380ae9cc66729978344ba74a62b9546439cbdf7 /servers/physics_server.h
parentda612c324cec8c4f6bfcef9b35406ea215e699f6 (diff)
downloadgodot-6ed392f47a1970f7815f6f76b7bacfd0bb51b87c.tar.gz
godot-6ed392f47a1970f7815f6f76b7bacfd0bb51b87c.tar.zst
godot-6ed392f47a1970f7815f6f76b7bacfd0bb51b87c.zip
Diffstat (limited to 'servers/physics_server.h')
-rw-r--r--servers/physics_server.h2
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 */