Skip to content

Commit

Permalink
:3
Browse files Browse the repository at this point in the history
  • Loading branch information
mothbeanie committed Dec 15, 2024
1 parent d97a55e commit 99ea379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop_version/src/Render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static void volumesliderrender(void)
}

char slider[40 + 1];
slider_get(slider, sizeof(slider), volume_max_position*volume/USER_VOLUME_MAX, volume_max_position+1, 240);
slider_get(slider, sizeof(slider), volume_max_position * volume / USER_VOLUME_MAX, volume_max_position + 1, 240);

char buffer[SCREEN_WIDTH_CHARS + 1];

Expand Down

0 comments on commit 99ea379

Please sign in to comment.