Skip to content

Commit

Permalink
refactor(debug): remove id text in OBB helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Oct 27, 2021
1 parent 33f8680 commit d033279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/debug/TileDebug.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function createTileDebugUI(datDebugTool, view, layer, debugInstan
const l3js = l.threejsLayer;

if (layer.id == obb_layer_id) {
helper = new OBBHelper(node.obb, `id:${node.id}`);
helper = new OBBHelper(node.obb);
if (helper.children[0]) {
helper.children[0].layers.set(l3js);
}
Expand Down

0 comments on commit d033279

Please sign in to comment.