Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
HARP-9221: Fix label debug collisions
Browse files Browse the repository at this point in the history
* Make them available in production mode, as the demo app is for
  debugging the labels even in production, not just local development

Signed-off-by: StefanDachwitz <stefan.dachwitz@here.com>
  • Loading branch information
StefanDachwitz committed Jun 18, 2020
1 parent 0fd80d3 commit af471c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion @here/harp-mapview/lib/MapView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ export class MapView extends THREE.EventDispatcher {
this.m_politicalView = this.m_options.politicalView;

if (
!isProduction &&
this.m_options.collisionDebugCanvas !== undefined &&
this.m_options.collisionDebugCanvas !== null
) {
Expand Down

0 comments on commit af471c0

Please sign in to comment.