Destroy nodes from the top to the bottom so falling nodes cant fall before they are destroyed

This commit is contained in:
PilzAdam 2012-09-09 15:36:59 +02:00
parent 2d815074b2
commit c38d3d3b30

View File

@ -66,7 +66,7 @@ boom = function(pos, time)
for dx=-2,2 do
for dz=-2,2 do
for dy=-2,2 do
for dy=2,-2,-1 do
pos.x = pos.x+dx
pos.y = pos.y+dy
pos.z = pos.z+dz