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 3e818ba commit c7d3ef0Copy full SHA for c7d3ef0
src/utils/pixToDeg.m
@@ -24,6 +24,6 @@
24
pix = getfield(structure, fieldName); %#ok<GFLD>
25
26
structure = setfield(structure, [strrep(fieldName, 'Pix', '') 'DegVA'], ...
27
- floor(pix / cfg.screen.ppd)); %#ok<SFLD>
+ pix / cfg.screen.ppd); %#ok<SFLD>
28
29
end
0 commit comments