Skip to content
Snippets Groups Projects
Commit a1cfbd9e authored by leprob001's avatar leprob001
Browse files

Bugfix, the reference position has been overridden by track parameter initialize function.

parent 75f3c370
No related branches found
No related tags found
No related merge requests found
195
\ No newline at end of file
196
\ No newline at end of file
......@@ -21,11 +21,6 @@ if pForceOverwrite || ~isfield(artoaWorkspace, 'trackParameter')
artoa.controller.track.parameter.getDefaultCombinationCell() ...
);
artoaGui.trackParameter.tableSoundSourceCombinations.Data = artoa.controller.track.parameter.getDefaultCombinationCell();
artoaGui.trackParameter.tableSoundSourceCombinations.Data{1, 4} = [ ...
num2str(artoaWorkspace.float.launchpos(1)) ...
' ' ...
num2str(artoaWorkspace.float.launchpos(2)) ...
];
%% Update offsets table in workspace
artoa.controller.edit.offsets.updateWorkspaceOffsetsTable();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment