Skip to content

Commit

Permalink
Fix #93 (thanks @za267!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Nov 1, 2015
1 parent fc037e9 commit 48f9c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit/primitives.lua
Expand Up @@ -157,7 +157,7 @@ function worldedit.pyramid(pos, axis, height, node_name)
-- Set up voxel manipulator
local manip, area = mh.init_axis_radius(pos, axis,
height >= 0 and height or -height)
local data = mh.get_empty_data()
local data = mh.get_empty_data(area)

-- Handle inverted pyramids
local start_axis, end_axis, step
Expand Down

0 comments on commit 48f9c6c

Please sign in to comment.