Skip to content

Commit

Permalink
Increase default renderer resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Feb 20, 2024
1 parent 2fa6564 commit d4cb8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/inspector/TraceRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const rendererOptions = {
tileSubdivision: 1,
workerCount: 8,
tileResolution: {
width: round(256 * devicePixelRatio),
height: round(256 * devicePixelRatio),
width: round(512 * devicePixelRatio),
height: round(512 * devicePixelRatio),
},
};

Expand Down

0 comments on commit d4cb8d6

Please sign in to comment.