summaryrefslogtreecommitdiff
path: root/internal.lua
diff options
context:
space:
mode:
Diffstat (limited to 'internal.lua')
-rw-r--r--internal.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal.lua b/internal.lua
index 3c01a35..6d22530 100644
--- a/internal.lua
+++ b/internal.lua
@@ -22,15 +22,13 @@ function unified_inventory.get_formspec(player, page)
end
-- Main buttons
- local i = 0
for i, def in pairs(unified_inventory.buttons) do
if def.type == "image" then
formspec = formspec.."image_button["
- ..(0.65 * i)..",9;0.8,0.8;"
+ ..(0.65 * (i - 1))..",9;0.8,0.8;"
..minetest.formspec_escape(def.image)..";"
..minetest.formspec_escape(def.name)..";]"
end
- i = i + 1
end
-- Controls to flip items pages