mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 06:04:35 +00:00
fixed intersect relying on assert being exported
This commit is contained in:
parent
9fae6d1186
commit
ff2ab5f1aa
@ -219,7 +219,7 @@ function intersect.line_line_collide(a_start, a_end, a_rad, b_start, b_end, b_ra
|
||||
end
|
||||
end
|
||||
end
|
||||
assert:some(intersected)
|
||||
assert(intersected)
|
||||
|
||||
if intersected == "both" then
|
||||
--simply displace along A normal
|
||||
|
Loading…
Reference in New Issue
Block a user