Actually fix formatting (for real this time)

This commit is contained in:
codemob-dev 2025-07-28 17:29:29 -04:00
parent fe23c5eb17
commit 5c2e165ba2

View File

@ -105,7 +105,6 @@ pub const collision = struct {
resultBox = resultBox.?.join(blockAABB);
}
}
}
}
return .{.box = resultBox orelse return null, .dist = minDistance};