Skip to content

Commit 7a37ff8

Browse files
authored
Update globals.js
1 parent a387092 commit 7a37ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const $world = {
1919
color: 0x162129
2020
},
2121

22-
pixelRatio: isMobile ? false : window.devicePixelRatio,
22+
pixelRatio: false,
2323

2424
renderer: {
2525
antialias: !isMobile

0 commit comments

Comments
 (0)