We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3663d70 commit 9d13188Copy full SHA for 9d13188
arcade/camera/camera_2d.py
@@ -484,8 +484,8 @@ def point_in_view(self, point: Point2) -> bool:
484
"""
485
# This is unwrapped from standard Vec2 operations,
486
# The construction and garbage collection of the vectors would
487
- # increase this method's cost by ~4x
488
-
+ # increase this method's cost by ~4x
+
489
pos = self.position
490
diff = point[0] - pos[0], point[1] - pos[1]
491
0 commit comments