Skip to content

Commit

Permalink
fix(canvas): ACT-1219 base dpr 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarvv committed Dec 19, 2024
1 parent 13ab6c3 commit 1375d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseCanvas/BaseCanvas.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const BaseCanvas: FC<BaseCanvasProps> = ({
fov = 50,
position = new Vector3(0, 0, 5),
style,
dpr = [BASE_DPR * 0.5, BASE_DPR * 0.75],
dpr = [BASE_DPR * 0.5, 1],
className,
canvasConfig = { alpha: true }
}) => (
Expand Down

0 comments on commit 1375d99

Please sign in to comment.