Skip to content

Commit

Permalink
Merge branch 'upstream'
Browse files Browse the repository at this point in the history
  • Loading branch information
Diordany committed Jun 4, 2024
2 parents c7ba215 + eb1cc74 commit ed6d3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ void M_DrawSlider (int x, int y, float range, float value, const char *format)
M_DrawCharacter (x + i*8, y, 129);
M_DrawCharacter (x+i*8, y, 130);
M_DrawCharacter (x + (SLIDER_RANGE-1)*8 * range, y, 131);
snprintf(buffer, 5, format, value);
q_snprintf(buffer, 5, format, value);
M_Print (x + (SLIDER_RANGE + 1) * 8, y, buffer);
}

Expand Down

0 comments on commit ed6d3b3

Please sign in to comment.