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 fdd96d2 commit e0a2ebcCopy full SHA for e0a2ebc
src/core/scene/a-scene.js
@@ -468,7 +468,7 @@ module.exports.AScene = registerElement('a-scene', {
468
camera.aspect = size.width / size.height;
469
camera.updateProjectionMatrix();
470
// Notify renderer of size change.
471
- this.renderer.setSize(size.width, size.height);
+ this.renderer.setSize(size.width, size.height, false);
472
},
473
writable: window.debug
474
0 commit comments