summaryrefslogtreecommitdiff
path: root/scene/3d/mesh_instance_3d.h
diff options
context:
space:
mode:
authorclayjohn <claynjohn@gmail.com>2022-12-02 23:20:39 -0800
committerclayjohn <claynjohn@gmail.com>2022-12-07 11:56:39 -0800
commit29dea68baba6409d789e689343ddd2af928a6ac3 (patch)
tree9823bed2659fa3453b3f766beb69dafe16e698ed /scene/3d/mesh_instance_3d.h
parent6f1d4fd8871155efcb29d115a7168879948e1cf3 (diff)
Index override surface name starting from 1 to match surface name
Diffstat (limited to 'scene/3d/mesh_instance_3d.h')
-rw-r--r--scene/3d/mesh_instance_3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/mesh_instance_3d.h b/scene/3d/mesh_instance_3d.h
index caf7d25616..9e6dbaf160 100644
--- a/scene/3d/mesh_instance_3d.h
+++ b/scene/3d/mesh_instance_3d.h
@@ -57,6 +57,7 @@ protected:
bool _set(const StringName &p_name, const Variant &p_value);
bool _get(const StringName &p_name, Variant &r_ret) const;
void _get_property_list(List<PropertyInfo> *p_list) const;
+ bool old_surface_index = false;
void _notification(int p_what);
static void _bind_methods();