Skip to content

Commit

Permalink
Disable ATLAS marker retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Apr 26, 2024
1 parent cc1fb7d commit 77d2f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/systems/armarker/armarker.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ AFRAME.registerSystem('armarker', {
this.arena = sceneEl.systems['arena-scene'];

// init this.ATLASMarkers with list of markers within range
this.getARMArkersFromATLAS(true);
// this.getARMArkersFromATLAS(true);

// init networkedLocationSolver flag from ARENA scene options
this.data.networkedLocationSolver = !!this.arena.sceneOptions.networkedLocationSolver;
Expand Down Expand Up @@ -490,7 +490,7 @@ AFRAME.registerSystem('armarker', {
});
}
// force update from ATLAS if not found
this.getARMArkersFromATLAS();
// this.getARMArkersFromATLAS();
}
return this.ATLASMarkers[String(markerid)];
},
Expand Down

0 comments on commit 77d2f9b

Please sign in to comment.