diff --git a/src/App.tsx b/src/App.tsx index 1c8e72cc..9434de93 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -34,8 +34,7 @@ export const App: FC<{}> = props => height, autoDensity: true, backgroundAlpha: 0, - preference: 'webgl', - resolution: window.devicePixelRatio + preference: 'webgl' }); await GetConfiguration().init();