File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments