Skip to content

Commit

Permalink
Rearrange parts a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Dec 27, 2024
1 parent 197a370 commit 5ddf53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boxes/generators/fatballdispenser.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def render(self):
callback=self.get_pole_callback(r_floor-r_poles,
d_pole,
0),
move="right")
move="up")

# render the balcony walls
for _ in range(self.sides):
Expand All @@ -512,7 +512,7 @@ def render(self):
callback=self.get_pole_callback(r_floor - r_poles,
d_pole,
False),
move="right")
move="up")

if self.roof_hole_diameter > 0:
(_, h_poly, _) = self.regularPolygon(corners=self.sides, radius=r_support)
Expand Down

0 comments on commit 5ddf53f

Please sign in to comment.