Skip to content

Commit d099341

Browse files
phtaylormauroporras
authored andcommitted
fix: disable errors caused by TypeScript build.
1 parent 37e6ddb commit d099341

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Tools/CreateTools/CreateGeomTool.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class CreateGeomTool extends BaseCreateTool {
8888
this.appData.renderer.getGLCanvas().style.cursor = 'crosshair'
8989

9090
this.appData.renderer.getXRViewport().then((xrvp) => {
91+
//@ts-ignore : TODO: Remove this after the next release of the engine.
9192
for (const controller of xrvp.getControllers()) {
9293
this.addIconToVRController(controller)
9394
}

src/Tools/VRTools/VRHoldObjectsTool.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ class VRHoldObjectsTool extends BaseTool {
183183
}
184184

185185
this.appData.renderer.getXRViewport().then((xrvp) => {
186+
//@ts-ignore : TODO: Remove this after the next release of the engine.
186187
for (const controller of xrvp.getControllers()) {
187188
addIconToController(controller)
188189
}

0 commit comments

Comments
 (0)