Typo correction

Corrected a typo that prevented the bar to be displayed inthe correct size with the hud mod.
master
Echoes91 2016-05-24 19:16:58 +02:00
parent 4dbb2749b9
commit 433900e1e3
1 changed files with 1 additions and 1 deletions

View File

@ -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)