Fix pressure plate (onstate) nodebox

This commit is contained in:
Jeija 2013-04-21 08:16:43 +02:00
parent fc5245139d
commit b0bef909a0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ local pp_box_off = {
local pp_box_on = {
type = "fixed",
fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 },
fixed = { -7/16, -8/16, -7/16, 7/16, -7.5/16, 7/16 },
}
pp_on_timer = function (pos, elapsed)