Skip to content

Commit

Permalink
Remove TODO, as it worked fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Secret-chest committed Jun 2, 2023
1 parent 88703f9 commit 70e9b52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion targetSprite.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def setXy(self, x, y):
elif y < scratch.HEIGHT / -2 - self.rect.height / 2 + 16:
y = scratch.HEIGHT / -2 - self.rect.height / 2 + 16

# TODO make fencing compatible with rotation centre
self.x = x
self.y = y
# print(_("debug-prefix"), _("new-sprite-position", x=x, y=y, name=self.name), file=sys.stderr)
Expand Down

0 comments on commit 70e9b52

Please sign in to comment.