Skip to content

Commit d3cfdbf

Browse files
Bump aframe-master dist/ builds. (6503383...c1fc6b4)
1 parent f715cb4 commit d3cfdbf

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

dist/aframe-master.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9819,7 +9819,10 @@ var Component = (0,_core_component_js__WEBPACK_IMPORTED_MODULE_0__.registerCompo
98199819
onEnterVR: function () {
98209820
var sceneEl = this.el.sceneEl;
98219821
var xrSession = sceneEl.xrSession;
9822-
if (!sceneEl.hasWebXR || !XRWebGLBinding || !xrSession) {
9822+
if (this.data.src.play) {
9823+
this.data.src.play();
9824+
}
9825+
if (!sceneEl.hasWebXR || typeof XRWebGLBinding === 'undefined' || !xrSession) {
98239826
warn('The layer component requires WebXR and the layers API enabled');
98249827
return;
98259828
}
@@ -9828,9 +9831,6 @@ var Component = (0,_core_component_js__WEBPACK_IMPORTED_MODULE_0__.registerCompo
98289831
if (this.quadPanelEl) {
98299832
this.quadPanelEl.object3D.visible = false;
98309833
}
9831-
if (this.data.src.play) {
9832-
this.data.src.play();
9833-
}
98349834
},
98359835
onExitVR: function () {
98369836
if (this.quadPanelEl) {
@@ -60825,7 +60825,7 @@ if (_utils_index_js__WEBPACK_IMPORTED_MODULE_16__.device.isBrowserEnvironment) {
6082560825
window.logs = debug;
6082660826
__webpack_require__(/*! ./style/aframe.css */ "./src/style/aframe.css");
6082760827
}
60828-
console.log('A-Frame Version: 1.7.1 (Date 2025-05-12, Commit #e9b7559f)');
60828+
console.log('A-Frame Version: 1.7.1 (Date 2025-05-14, Commit #c1fc6b46)');
6082960829
console.log('THREE Version (https://github.com/supermedium/three.js):', _lib_three_js__WEBPACK_IMPORTED_MODULE_1__["default"].REVISION);
6083060830

6083160831
// Wait for ready state, unless user asynchronously initializes A-Frame.

dist/aframe-master.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.module.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.module.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if (utils.device.isBrowserEnvironment) {
5858
require('./style/aframe.css');
5959
}
6060

61-
console.log('A-Frame Version: 1.7.1 (Date 2025-05-12, Commit #e9b7559f)');
61+
console.log('A-Frame Version: 1.7.1 (Date 2025-05-14, Commit #c1fc6b46)');
6262
console.log('THREE Version (https://github.com/supermedium/three.js):',
6363
THREE.REVISION);
6464

0 commit comments

Comments
 (0)