Skip to content

Commit

Permalink
Fix monor item quantity editing issue on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbroad committed Dec 1, 2024
1 parent 6c7c3eb commit 36cb4eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion items.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,6 @@ static int click_items_handler(window_info *win, int mx, int my, Uint32 flags)
// Edit the given quantity
SDL_StartTextInput();
edit_quantity = pos;
quantities.quantity[edit_quantity].len = 0;
#endif
} else if(flags & ELW_LEFT_MOUSE){
if(edit_quantity!=-1){
Expand Down

0 comments on commit 36cb4eb

Please sign in to comment.