Skip to content

Commit

Permalink
Remove unused reference to webrtc in a-player
Browse files Browse the repository at this point in the history
  • Loading branch information
danbuckland committed Apr 22, 2022
1 parent b783600 commit 1b63625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/primitives/a-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ AFRAME.registerComponent('player', {
let position = this.data.position
let quaternion = new THREE.Quaternion()
this.game = this.el.sceneEl.systems.game
this.webrtc = this.el.sceneEl.systems.webrtc

// if player component is local, set some values for the player
if (local) {
Expand Down

0 comments on commit 1b63625

Please sign in to comment.