We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f990f commit c087f43Copy full SHA for c087f43
updateDots.m
@@ -5,9 +5,9 @@
5
6
% Create a logical vector to detect any dot that has:
7
% - an xy position inferior to 0
8
- % - an x position superior to winWidth
9
- % - an x position superior to winHeight
+ % - an xy position superior to winWidth
10
% - has exceeded its liftime
+ % - has been been picked to be killed
11
N = any([ ...
12
dots.positions > cfg.screen.winWidth, ...
13
dots.positions < 0, ...
0 commit comments