Skip to content

Commit

Permalink
sky-background: Fix compatibility with A-Frame >1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxz committed Mar 24, 2024
1 parent cd8afa8 commit 3862d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky-background/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void main() {
});
},
update: function(data) {
this.updateVariables(data, 'uniform');
this.__proto__.__proto__.update.call(this, data);
AFRAME.utils.material.updateMap(this, data);
}
});
Expand Down

0 comments on commit 3862d52

Please sign in to comment.