Skip to content

Commit ae4e155

Browse files
Bump aframe-master dist/ builds. (bf97005...bf2c59a)
1 parent be4ae4a commit ae4e155

File tree

7 files changed

+7
-10
lines changed

7 files changed

+7
-10
lines changed

‎dist/aframe-master.js‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12599,9 +12599,6 @@ var componentConfig = {
1259912599
this.updateThumbstickTouchV3orPROorPlus(evt);
1260012600
return;
1260112601
}
12602-
for (var axis in evt.detail) {
12603-
this.buttonObjects.thumbstick.rotation[this.axisMap[axis]] = this.buttonRanges.thumbstick.originalRotation[this.axisMap[axis]] - Math.PI / 8 * evt.detail[axis] * (axis === 'y' || this.data.hand === 'right' ? -1 : 1);
12604-
}
1260512602
},
1260612603
axisMap: {
1260712604
y: 'x',
@@ -61621,7 +61618,7 @@ if (_utils_index_js__WEBPACK_IMPORTED_MODULE_16__.device.isBrowserEnvironment) {
6162161618
window.logs = debug;
6162261619
__webpack_require__(/*! ./style/aframe.css */ "./src/style/aframe.css");
6162361620
}
61624-
console.log('A-Frame Version: 1.7.1 (Date 2025-12-15, Commit #cb3f6a2d)');
61621+
console.log('A-Frame Version: 1.7.1 (Date 2025-12-15, Commit #f70e1434)');
6162561622
console.log('THREE Version (https://github.com/supermedium/three.js):', _lib_three_js__WEBPACK_IMPORTED_MODULE_1__["default"].REVISION);
6162661623

6162761624
// 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-12-15, Commit #cb3f6a2d)');
61+
console.log('A-Frame Version: 1.7.1 (Date 2025-12-15, Commit #f70e1434)');
6262
console.log('THREE Version (https://github.com/supermedium/three.js):',
6363
THREE.REVISION);
6464

0 commit comments

Comments
 (0)