think about it

This commit is contained in:
Quaternions 2025-03-21 14:45:46 -07:00
parent 1b93b7bb46
commit df0fb39903

@ -763,6 +763,7 @@ impl PartialMap1<'_>{
meshpart_meshes.consume().map(|(old_mesh_id,mesh)|{
let mut aabb=strafesnet_common::aabb::Aabb::default();
for &pos in &mesh.unique_pos{
// the bug
aabb.grow(pos);
}
(old_mesh_id,MeshWithAabb{