Просмотр исходного кода

XRControllerModelFactory: Fix undefined componentId

Tristan VALCKE 6 лет назад
Родитель
Сommit
2a992ed098
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/jsm/webxr/XRControllerModelFactory.js

+ 1 - 1
examples/jsm/webxr/XRControllerModelFactory.js

@@ -139,7 +139,7 @@ function findNodes( motionController, scene ) {
 
 
 			} else {
 			} else {
 
 
-				console.warn( `Could not find touch dot, ${component.touchPointNodeName}, in touchpad component ${componentId}` );
+				console.warn( `Could not find touch dot, ${component.touchPointNodeName}, in touchpad component ${component.id}` );
 
 
 			}
 			}
 
 

粤ICP备19079148号