mcl_weather: fix typo/crash

This commit is contained in:
cora 2022-04-08 06:23:14 +02:00
parent 83c91aba93
commit bb593159f1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ local psdef_backsplash= {
minpos = vector.new(-3,-1,-3),
maxpos = vector.new(3,0,3),
minvel = vector.new(-vel,falling_speed*2,-vel),
maxvel = math.random(vel,falling_speed*2+vel,vel),
maxvel = vector.new(vel,falling_speed*2+vel,vel),
minacc = vector.new(0,0,0),
maxacc = vector.new(0,0,0),
minexptime = 0.1,