Skip to content

Commit

Permalink
fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoulslash committed Dec 24, 2024
1 parent e260d02 commit 7661d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field_specials.c
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ static void ScrollableMultichoice_UpdateScrollArrows(u8 taskId)
u32 y0 = (8 * (task->tTop - 1));

template.firstX = (task->tWidth / 2) * 8 + 12 + (task->tLeft - 1) * 8;
template.firstY = 8 = y0;
template.firstY = 8 + y0;
template.secondX = (task->tWidth / 2) * 8 + 12 + (task->tLeft - 1) * 8;
template.secondY = task->tHeight * 8 + 10 + y0;
template.fullyUpThreshold = 0;
Expand Down

0 comments on commit 7661d92

Please sign in to comment.