mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-17 01:12:37 +01:00
Remove resolution option
This commit is contained in:
parent
cf12075382
commit
21409b77e0
@ -34,8 +34,7 @@ export const App: FC<{}> = props =>
|
||||
height,
|
||||
autoDensity: true,
|
||||
backgroundAlpha: 0,
|
||||
preference: 'webgl',
|
||||
resolution: window.devicePixelRatio
|
||||
preference: 'webgl'
|
||||
});
|
||||
|
||||
await GetConfiguration().init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user