We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab3ab8 commit 546ee3eCopy full SHA for 546ee3e
src/utils/degToPix.m
@@ -23,6 +23,6 @@
23
deg = getfield(structure, fieldName); %#ok<GFLD>
24
25
structure = setfield(structure, [fieldName 'Pix'], ...
26
- floor(deg * cfg.screen.ppd)); %#ok<SFLD>
+ deg * cfg.screen.ppd); %#ok<SFLD>
27
28
end
0 commit comments