Skip to content

Commit

Permalink
Update packages/Main/src/Renderer/Label2DRenderer.js
Browse files Browse the repository at this point in the history
Co-authored-by: Desplandis <[email protected]>
  • Loading branch information
gchoqueux and Desplandis committed Nov 13, 2024
1 parent b11edae commit 8ba8462
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/Main/src/Renderer/Label2DRenderer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as THREE from 'three';
// eslint-disable-next-line import/extensions
import GlobeLayer from 'Core/Prefab/Globe/GlobeLayer.js';
import GlobeLayer from 'Core/Prefab/Globe/GlobeLayer';

function isIntersectedOrOverlaped(a, b) {
return !(a.left > b.right || a.right < b.left
Expand Down

0 comments on commit 8ba8462

Please sign in to comment.