Skip to content

Commit b9ce1ac

Browse files
committed
Remove Flickering Dots
New Dots start at timepoint 0
1 parent 192b180 commit b9ce1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dot/reseedDots.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
dots.positions(N, :) = positions;
3737
dots.speeds(N, :) = speeds;
38-
dots.time(N, 1) = time;
38+
dots.time(N, 1) = 0;
3939

4040
end
4141

0 commit comments

Comments
 (0)