We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c594e4 commit ac90b87Copy full SHA for ac90b87
src/framework/application.js
@@ -421,6 +421,8 @@ function Application(canvas, options) {
421
422
options.graphicsDeviceOptions.xrCompatible = true;
423
424
+ options.graphicsDeviceOptions.alpha = options.graphicsDeviceOptions.alpha || false;
425
+
426
this.graphicsDevice = new GraphicsDevice(canvas, options.graphicsDeviceOptions);
427
this.stats = new ApplicationStats(this.graphicsDevice);
428
this._soundManager = new SoundManager(options);
0 commit comments