Skip to content

Commit c087f43

Browse files
committed
update comments
1 parent 46f990f commit c087f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

updateDots.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
% Create a logical vector to detect any dot that has:
77
% - an xy position inferior to 0
8-
% - an x position superior to winWidth
9-
% - an x position superior to winHeight
8+
% - an xy position superior to winWidth
109
% - has exceeded its liftime
10+
% - has been been picked to be killed
1111
N = any([ ...
1212
dots.positions > cfg.screen.winWidth, ...
1313
dots.positions < 0, ...

0 commit comments

Comments
 (0)