think about it
This commit is contained in:
parent
1b93b7bb46
commit
df0fb39903
@ -763,6 +763,7 @@ impl PartialMap1<'_>{
|
|||||||
meshpart_meshes.consume().map(|(old_mesh_id,mesh)|{
|
meshpart_meshes.consume().map(|(old_mesh_id,mesh)|{
|
||||||
let mut aabb=strafesnet_common::aabb::Aabb::default();
|
let mut aabb=strafesnet_common::aabb::Aabb::default();
|
||||||
for &pos in &mesh.unique_pos{
|
for &pos in &mesh.unique_pos{
|
||||||
|
// the bug
|
||||||
aabb.grow(pos);
|
aabb.grow(pos);
|
||||||
}
|
}
|
||||||
(old_mesh_id,MeshWithAabb{
|
(old_mesh_id,MeshWithAabb{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user