Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo committed Jul 26, 2024
1 parent 9972be3 commit 714a48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/gui/experimental/password_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def do_render(self, surface: Surface):
anchor_x="left",
anchor_y="bottom",
align="left",
width=self.width,
width=int(self.width),
font_name=self._font_name,
font_size=self._font_size,
color=self._asterisk_color,
Expand Down

0 comments on commit 714a48e

Please sign in to comment.