Explorar el Código

Fixed XRHand typo.

Mr.doob hace 5 años
padre
commit
87827c4712
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/build/externs.js

+ 1 - 1
utils/build/externs.js

@@ -6,5 +6,5 @@ var performance;
 var createImageBitmap;
 var WebGL2RenderingContext;
 var WebGL2ComputeRenderingContext;
-var XRHands;
+var XRHand;
 var XRWebGLLayer;