mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-20 02:32: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,
|
height,
|
||||||
autoDensity: true,
|
autoDensity: true,
|
||||||
backgroundAlpha: 0,
|
backgroundAlpha: 0,
|
||||||
preference: 'webgl',
|
preference: 'webgl'
|
||||||
resolution: window.devicePixelRatio
|
|
||||||
});
|
});
|
||||||
|
|
||||||
await GetConfiguration().init();
|
await GetConfiguration().init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user