diff options
Diffstat (limited to 'scene/resources/mesh.h')
-rw-r--r-- | scene/resources/mesh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/mesh.h b/scene/resources/mesh.h index 27b0eb098b..0ddc2054fb 100644 --- a/scene/resources/mesh.h +++ b/scene/resources/mesh.h @@ -131,7 +131,6 @@ public: virtual int get_surface_count() const = 0; virtual int surface_get_array_len(int p_idx) const = 0; virtual int surface_get_array_index_len(int p_idx) const = 0; - virtual bool surface_is_softbody_friendly(int p_idx) const; virtual Array surface_get_arrays(int p_surface) const = 0; virtual Array surface_get_blend_shape_arrays(int p_surface) const = 0; virtual Dictionary surface_get_lods(int p_surface) const = 0; |