Skip to content

Commit 93435eb

Browse files
Bump aframe-master dist/ builds. (416ac7d...d8ef657)
1 parent d8ef657 commit 93435eb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/aframe-master.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27823,7 +27823,7 @@ class AScene extends AEntity {
2782327823
var behaviorSet = behaviors[behavior];
2782427824
behaviorSet.inUse = true;
2782527825
for (i = 0; i < behaviorSet.array.length; i++) {
27826-
if (!behaviorSet.array[i].el.isPlaying) {
27826+
if (!behaviorSet.array[i].isPlaying) {
2782727827
continue;
2782827828
}
2782927829
behaviorSet.array[i][behavior](time, timeDelta);
@@ -30340,7 +30340,7 @@ __webpack_require__(/*! ./core/a-mixin */ "./src/core/a-mixin.js");
3034030340
// Extras.
3034130341
__webpack_require__(/*! ./extras/components/ */ "./src/extras/components/index.js");
3034230342
__webpack_require__(/*! ./extras/primitives/ */ "./src/extras/primitives/index.js");
30343-
console.log('A-Frame Version: 1.5.0 (Date 2024-04-09, Commit #e65ea4e4)');
30343+
console.log('A-Frame Version: 1.5.0 (Date 2024-04-10, Commit #d8ef6575)');
3034430344
console.log('THREE Version (https://github.com/supermedium/three.js):', pkg.dependencies['super-three']);
3034530345
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
3034630346

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.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require('./core/a-mixin');
7878
require('./extras/components/');
7979
require('./extras/primitives/');
8080

81-
console.log('A-Frame Version: 1.5.0 (Date 2024-04-09, Commit #e65ea4e4)');
81+
console.log('A-Frame Version: 1.5.0 (Date 2024-04-10, Commit #d8ef6575)');
8282
console.log('THREE Version (https://github.com/supermedium/three.js):',
8383
pkg.dependencies['super-three']);
8484
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);

0 commit comments

Comments
 (0)