Skip to content
Snippets Groups Projects
Commit e23e29b0 authored by adroitwhiz's avatar adroitwhiz
Browse files

whitespace tweak

parent 50b7d3ad
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ const getStageDimensions = (stageSize, isFullScreen) => { ...@@ -68,7 +68,7 @@ const getStageDimensions = (stageSize, isFullScreen) => {
stageDimensions.height = stageDimensions.scale * stageDimensions.heightDefault; stageDimensions.height = stageDimensions.scale * stageDimensions.heightDefault;
stageDimensions.width = stageDimensions.scale * stageDimensions.widthDefault; stageDimensions.width = stageDimensions.scale * stageDimensions.widthDefault;
} }
// Round off dimensions to prevent resampling/blurriness // Round off dimensions to prevent resampling/blurriness
stageDimensions.height = Math.round(stageDimensions.height); stageDimensions.height = Math.round(stageDimensions.height);
stageDimensions.width = Math.round(stageDimensions.width); stageDimensions.width = Math.round(stageDimensions.width);
......
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