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,
autoDensity: true,
backgroundAlpha: 0,
preference: 'webgl',
resolution: window.devicePixelRatio
preference: 'webgl'
});
await GetConfiguration().init();