Skip to content

Commit 13dd29c

Browse files
committed
bug fix
1 parent e3207aa commit 13dd29c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

subfun/doAuditoryMotion.m

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,12 @@
4040

4141
% % % WIP % % %
4242

43-
if isSoundTarget == 1
44-
fieldName = [fieldName '_T'];
45-
end
43+
% if isSoundTarget == 1
44+
% fieldName = [fieldName '_T'];
45+
% end
4646

4747
% % % WIP % % %
4848

49-
5049
sound = soundData.(fieldName);
5150

5251
% Start the sound presentation

0 commit comments

Comments
 (0)