Skip to content

Commit 935dab3

Browse files
committed
mh fix
1 parent 47b6cc2 commit 935dab3

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/drawFieldOfVIew.m

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
% the participant. This can be used during debugging to help design the
88
% stimuli if you know the FOV of the participant will be obstructed by
99
% something
10-
10+
1111
if nargin < 2
1212
centerOnScreen = true;
1313
end
14-
14+
1515
fov = [];
1616

1717
if isfield(cfg.screen, 'effectiveFieldOfView') && ...
@@ -21,13 +21,12 @@
2121
penWidth = 2;
2222

2323
fov = cfg.screen.effectiveFieldOfView;
24-
24+
2525
if centerOnScreen
2626
fov = CenterRect( ...
27-
fov, ...
28-
cfg.screen.winRect);
27+
fov, ...
28+
cfg.screen.winRect);
2929
end
30-
3130

3231
Screen('FrameRect', ...
3332
cfg.screen.win, ...

src/initPTB.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
%
2222
%
2323
%
24-
24+
2525
% for octave: make sure information is not presented on prompt one screen at
2626
% a time
2727
more off;

0 commit comments

Comments
 (0)