From 4c84ae9822b49713d1ee7dbf9716cf81ef0b6ac4 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 4 Nov 2021 09:55:39 -0400 Subject: [PATCH] Fix typo --- src/gui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.rs b/src/gui.rs index 37a7d4a..0be221e 100644 --- a/src/gui.rs +++ b/src/gui.rs @@ -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),