1
0
Fork 0
This commit is contained in:
Timothy Warren 2021-11-04 09:55:39 -04:00
parent fee78663de
commit 4c84ae9822
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ pub fn show_inventory(gs: &mut State, ctx: &mut Rltk) -> (ItemMenuResult, Option
ctx.draw_box(
15,
y - 2,
32,
31,
(count + 3) as i32,
RGB::named(rltk::WHITE),
RGB::named(rltk::BLACK),