fixed intersect relying on assert being exported

This commit is contained in:
Max Cahill 2023-03-16 12:14:51 +11:00
parent 9fae6d1186
commit ff2ab5f1aa

View File

@ -219,7 +219,7 @@ function intersect.line_line_collide(a_start, a_end, a_rad, b_start, b_end, b_ra
end end
end end
end end
assert:some(intersected) assert(intersected)
if intersected == "both" then if intersected == "both" then
--simply displace along A normal --simply displace along A normal