summaryrefslogtreecommitdiffstats
path: root/modules/bullet/bullet_physics_server.h
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2020-12-15 09:28:49 +0000
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2020-12-15 10:14:48 +0000
commit9bc62bf44934657f55c1b663eb72db6bcc9364e3 (patch)
treed1b1acc84084709449cfc74892606884ce8639c4 /modules/bullet/bullet_physics_server.h
parentddbdafbcf1b9ef2b16987b8c89c1a9997b60c755 (diff)
downloadredot-engine-9bc62bf44934657f55c1b663eb72db6bcc9364e3.tar.gz
Remove Generic6DOFJoint precision property
Diffstat (limited to 'modules/bullet/bullet_physics_server.h')
-rw-r--r--modules/bullet/bullet_physics_server.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/bullet/bullet_physics_server.h b/modules/bullet/bullet_physics_server.h
index dca9339c44..07a32e510c 100644
--- a/modules/bullet/bullet_physics_server.h
+++ b/modules/bullet/bullet_physics_server.h
@@ -376,9 +376,6 @@ public:
virtual void generic_6dof_joint_set_flag(RID p_joint, Vector3::Axis p_axis, G6DOFJointAxisFlag p_flag, bool p_enable) override;
virtual bool generic_6dof_joint_get_flag(RID p_joint, Vector3::Axis p_axis, G6DOFJointAxisFlag p_flag) override;
- virtual void generic_6dof_joint_set_precision(RID p_joint, int precision) override;
- virtual int generic_6dof_joint_get_precision(RID p_joint) override;
-
/* MISC */
virtual void free(RID p_rid) override;