summaryrefslogtreecommitdiffstats
path: root/scene/3d/multimesh_instance_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/multimesh_instance_3d.h')
-rw-r--r--scene/3d/multimesh_instance_3d.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/scene/3d/multimesh_instance_3d.h b/scene/3d/multimesh_instance_3d.h
index 404f31d1e3..c9507b1047 100644
--- a/scene/3d/multimesh_instance_3d.h
+++ b/scene/3d/multimesh_instance_3d.h
@@ -39,9 +39,12 @@ class MultiMeshInstance3D : public GeometryInstance3D {
Ref<MultiMesh> multimesh;
+ void _refresh_interpolated();
+
protected:
+ virtual void _physics_interpolated_changed() override;
static void _bind_methods();
- // bind helpers
+ void _notification(int p_what);
public:
void set_multimesh(const Ref<MultiMesh> &p_multimesh);