oh my god i have spent two days debugging this aabb collision algorithm i built, certain that there was something subtle wrong in my math that was causing collisions to fail sometimes
nope, turns out that i just left a break statement in the sweep test loop so it stopped looking for additional collisions after finding one, so it couldn't handle multiple collisions
i'm gonna go apeshit
