Removed pixelDeviceRatio
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ export default class PIXIApp extends PIXI.Application {
|
||||
backgroundColor = 0x282828,
|
||||
theme = 'dark',
|
||||
antialias = true,
|
||||
resolution = window.devicePixelRatio || 1,
|
||||
resolution = 1,
|
||||
autoResize = true,
|
||||
fpsLogging = false,
|
||||
progress = {},
|
||||
|
||||
Reference in New Issue
Block a user