Skip to content

Commit 26cb046

Browse files
committed
fix staticReseed bug
1 parent 39f16f1 commit 26cb046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subfun/defaults/checkParameters.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
fieldsToSet.dot = cppPtbDefaults('dot');
6565
fieldsToSet.dot.color = fieldsToSet.color.white;
6666
% Static dots should change position at each event or not
67-
fieldsToSet.staticReSeed = true;
67+
fieldsToSet.dot.staticReSeed = true;
6868

6969
%% Task(s)
7070

0 commit comments

Comments
 (0)