Fixed Issue #83 : upsidedown pyramid not working well

这个提交包含在:
Sebastien Ponce
2015-09-14 22:09:36 +02:00
提交者 sfan5
父节点 e0a2661700
当前提交 2e2fcfdfa2

查看文件

@@ -177,7 +177,7 @@ function worldedit.pyramid(pos, axis, height, node_name)
y = pos.y - area.MinEdge.y,
z = pos.z - area.MinEdge.z,
}
local size = height * step
local size = math.abs(height * step)
local count = 0
-- For each level of the pyramid
for index1 = 0, height, step do