forked from VoxeLibre/VoxeLibre
Fix wrong experation time
This commit is contained in:
parent
40471399cb
commit
9419db6d35
|
@ -153,8 +153,8 @@ ARROW_ENTITY.on_step = function(self, dtime)
|
|||
maxpos = pos,
|
||||
minvel = vector.new(-0.1,-0.1,-0.1),
|
||||
maxvel = vector.new(0.1,0.1,0.1),
|
||||
minexptime = 1.5,
|
||||
maxexptime = 1.5,
|
||||
minexptime = 0.5,
|
||||
maxexptime = 0.5,
|
||||
minsize = 2,
|
||||
maxsize = 2,
|
||||
collisiondetection = false,
|
||||
|
|
Loading…
Reference in New Issue