From df0fb399034ceea93e21448780ecfae9d4d97377 Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Fri, 21 Mar 2025 14:45:46 -0700
Subject: [PATCH] think about it

---
 lib/rbx_loader/src/rbx.rs | 1 +
 1 file changed, 1 insertion(+)

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{