summaryrefslogtreecommitdiffstats
path: root/scene/3d/collision_shape_3d.h
diff options
context:
space:
mode:
authortrollodel <33117082+trollodel@users.noreply.github.com>2021-04-25 11:27:13 +0200
committertrollodel <33117082+trollodel@users.noreply.github.com>2021-05-05 09:12:50 +0200
commit5b19c7de3fc8e8e73306c53276aa9b2681f49af2 (patch)
treec250ad62fd0e1a186e5a5dd5c040e988fa36e545 /scene/3d/collision_shape_3d.h
parentc26cff7885b24218b987ed49932688c8c086b57c (diff)
downloadredot-engine-5b19c7de3fc8e8e73306c53276aa9b2681f49af2.tar.gz
Create CollisionObject3D debug shapes using RS
Diffstat (limited to 'scene/3d/collision_shape_3d.h')
-rw-r--r--scene/3d/collision_shape_3d.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/3d/collision_shape_3d.h b/scene/3d/collision_shape_3d.h
index 56a4ae3039..f69c1e38eb 100644
--- a/scene/3d/collision_shape_3d.h
+++ b/scene/3d/collision_shape_3d.h
@@ -47,8 +47,6 @@ class CollisionShape3D : public Node3D {
bool disabled = false;
protected:
- void _shape_changed();
-
void _update_in_shape_owner(bool p_xform_only = false);
protected: