Browse Source

Merge pull request #8540 from RameshRavone/revert-8538-patch-7

Revert " 3.0 recompute_aabb on add_surface"
Rémi Verschelde 8 years ago
parent
commit
02c041904f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      scene/resources/mesh.cpp

+ 0 - 2
scene/resources/mesh.cpp

@@ -311,8 +311,6 @@ void Mesh::add_surface(uint32_t p_format, PrimitiveType p_primitive, const PoolV
 	surfaces.push_back(s);
 
 	VisualServer::get_singleton()->mesh_add_surface(mesh, p_format, (VS::PrimitiveType)p_primitive, p_array, p_vertex_count, p_index_array, p_index_count, p_aabb, p_blend_shapes, p_bone_aabbs);
-
-	_recompute_aabb();
 }
 
 void Mesh::add_surface_from_arrays(PrimitiveType p_primitive, const Array &p_arrays, const Array &p_blend_shapes, uint32_t p_flags) {