Remove resolution option

This commit is contained in:
Bill 2024-04-06 21:13:11 -04:00
parent cf12075382
commit 21409b77e0

View File

@ -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();