diff --git a/lib/rbx_loader/src/rbx.rs b/lib/rbx_loader/src/rbx.rs
index f420e5b..f99ae25 100644
--- a/lib/rbx_loader/src/rbx.rs
+++ b/lib/rbx_loader/src/rbx.rs
@@ -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{