Skip to content

Commit

Permalink
ecology3: fix(?) unsettling particles
Browse files Browse the repository at this point in the history
  • Loading branch information
warmist committed May 28, 2019
1 parent 4e96d67 commit 0e54de0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ecology3.lua
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,9 @@ function particle_step( )
--print(x,y,sl.a)
if sl.a>0 then
add_intersect(x,y,i,old[1],old[2])
else
wake_pixels(old_x,old_y,speed_len)
end
wake_pixels(old_x,old_y,speed_len)
end
end
end
Expand Down

0 comments on commit 0e54de0

Please sign in to comment.