Update dice.c

This commit is contained in:
RogueMaster
2022-10-16 00:45:52 -04:00
parent 2b31755df4
commit 8019200dae
+1 -1
View File
@@ -52,7 +52,7 @@ static void dice_render_callback(Canvas* const canvas, void* ctx) {
}
canvas_set_font(canvas, FontSecondary);
if(state->diceSelect < 229) {
if(state->diceSelect < 228) {
if(state->diceQty == 1) {
elements_button_left(canvas, "x1");
} else if(state->diceQty == 2) {