From 433900e1e343b2bfc68126252512e48757ad5f43 Mon Sep 17 00:00:00 2001 From: Echoes91 Date: Tue, 24 May 2016 19:16:58 +0200 Subject: [PATCH] Typo correction Corrected a typo that prevented the bar to be displayed inthe correct size with the hud mod. --- hud.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hud.lua b/hud.lua index 7d790f7..c7c2f2a 100644 --- a/hud.lua +++ b/hud.lua @@ -53,7 +53,7 @@ elseif minetest.get_modpath("hud") then background = "thirsty_cup_0_24.png", number = 20, max = 20, - size = HUD_SD_SIZE, -- by default { x=24, y=24 }, + size = HUD_SB_SIZE, -- by default { x=24, y=24 }, offset = offset, }) function thirsty.hud_init(player)