Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo committed Jul 26, 2024
1 parent b428d1a commit fbe9050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/sprite/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def height(self, new_value: float):
size = self._size

if new_value == size[1]:
return
return

new_scale = Vec2(self._scale[0], new_value / self._texture.height)
self._scale = new_scale
Expand Down

0 comments on commit fbe9050

Please sign in to comment.