Skip to content

Commit 7d8bc9d

Browse files
committed
fix comment style
1 parent a083583 commit 7d8bc9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

initPTB.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363

6464
cfg.screen = max(Screen('Screens')); % Main screen
6565

66-
% init PTB with different options in concordance to the Debug Parameters
66+
% Init PTB with different options in concordance to the Debug Parameters
6767
if cfg.debug
6868

69-
% set to one because we don not care about time
69+
% Set to one because we don not care about time
7070
Screen('Preference', 'SkipSyncTests', 2);
7171
Screen('Preference', 'Verbosity', 0);
7272
Screen('Preferences', 'SuppressAllWarnings', 2);
@@ -87,7 +87,7 @@
8787
end
8888

8989

90-
% window size info
90+
% Get the size of the on screen window
9191
[cfg.winWidth, cfg.winHeight] = WindowSize(cfg.win);
9292

9393

0 commit comments

Comments
 (0)