no restrictions for get_point_and_space in locator
This commit is contained in:
parent
1888c91f3f
commit
363b6b0075
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Locator:
|
|||
point = Point(x/100, y/100)
|
||||
|
||||
new_space, new_point = self.placement_helper.get_point_and_space(
|
||||
level_id=level.pk, point=point, restrictions=restrictions,
|
||||
level_id=level.pk, point=point,
|
||||
max_space_distance=20,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue