You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove unused variables (fourth pass) + dead code
Also fix a potential regression from 3fcb9b1ec1.
This commit is contained in:
@@ -757,7 +757,6 @@ void VisualServer::mesh_add_surface_from_mesh_data( RID p_mesh, const Geometry::
|
||||
}
|
||||
}
|
||||
|
||||
int s = mesh_get_surface_count(p_mesh);
|
||||
Array d;
|
||||
d.resize(VS::ARRAY_MAX);
|
||||
d[ARRAY_VERTEX]=vertices;
|
||||
|
||||
Reference in New Issue
Block a user