Fix probes not being blocked correctly

This commit is contained in:
Eren Dogan 2023-07-03 13:34:27 -07:00
parent 78be525ea0
commit 0938e7ec9a
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ class hanan_probe:
def __init__(self, p1, p2, lpp):
self.rect = (p1, p2)
self.rect = (p1.min(p2), p1.max(p2))
self.lpp = lpp