Bump a-frame

This commit is contained in:
Diego Marcos
2018-09-20 18:58:56 -07:00
parent 2c1a51fee5
commit 584426a60f
2 changed files with 5 additions and 4 deletions

View File

@@ -75379,6 +75379,7 @@ var proto = {
if (!passes[effect]) { return; }
effectComposer.addPass(passes[effect]);
});
effectComposer.reset();
},
remove: function () {
@@ -76091,7 +76092,7 @@ module.exports.AScene = registerElement('a-scene', {
// Entering VR.
if (display.isPresenting) {
this.enterVR(true);
this.effectComposer.reset();
this.effectComposer && this.effectComposer.reset();
return;
}
// Exiting VR.

File diff suppressed because one or more lines are too long