Skip to content

Commit 24066a0

Browse files
author
quaiquai-ir
committed
removes refs to splineHelperComponent
1 parent ea3f4f1 commit 24066a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/examples/componentExamples/componentExamples.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import { SplineComponent } from '@ir-engine/engine/src/scene/components/SplineCo
3131
import { SplineTrackComponent } from '@ir-engine/engine/src/scene/components/SplineTrackComponent'
3232
import { Heuristic, VariantComponent } from '@ir-engine/engine/src/scene/components/VariantComponent'
3333
import { VideoComponent } from '@ir-engine/engine/src/scene/components/VideoComponent'
34-
import { SplineHelperComponent } from '@ir-engine/engine/src/scene/components/debug/SplineHelperComponent'
3534
import { GeometryTypeEnum } from '@ir-engine/engine/src/scene/constants/GeometryTypeEnum'
3635
import { createXRUI } from '@ir-engine/engine/src/xrui/createXRUI'
3736
import { useHookstate } from '@ir-engine/hyperflux'
@@ -338,7 +337,6 @@ export const subComponentExamples = [
338337
useEffect(() => {
339338
setComponent(entity, NameComponent, 'Spline-Example')
340339
setComponent(entity, SplineComponent)
341-
setComponent(entity, SplineHelperComponent, { layerMask: ObjectLayerMasks.Scene })
342340
setVisibleComponent(entity, true)
343341
getComponent(entity, TransformComponent).position.set(0, 1.5, 0)
344342

0 commit comments

Comments
 (0)