Skip to content

Commit

Permalink
ok how about now
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Jan 8, 2025
1 parent fd1efe3 commit e0cd40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arcade/types/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ def to_points(self) -> tuple[Vec3, Vec3, Vec3, Vec3, Vec3, Vec3, Vec3, Vec3]:

def __str__(self) -> str:
return (
f"<{self.__class__.__name__} LRBTNT({self.left}, {self.right}, {self.bottom}, {self.top},"
f"{self.near}, {self.far})"
f"<{self.__class__.__name__} LRBTNT({self.left}, {self.right},"
f"{self.bottom}, {self.top}, {self.near}, {self.far})"
f" XYZWHD({self.x}, {self.y}, {self.z} {self.width}, {self.height}, {self.depth})>"
)

Expand Down

0 comments on commit e0cd40c

Please sign in to comment.