From 5ea9e2afd3a80170cc61f944bc45a719cfa4502a Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:25:50 -0500 Subject: [PATCH] DEFRAG HOTFIX --- src/mapping/map.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mapping/map.rs b/src/mapping/map.rs index 6b2eabb..49e90ac 100644 --- a/src/mapping/map.rs +++ b/src/mapping/map.rs @@ -145,7 +145,10 @@ impl MapFile { master.domain.end = self.map[idx].domain.end; new_map.push(master); + idx += 1; } + + self.map = new_map; } /// Extend the domain of the MapFile.