Explorar el Código

Fixed typo. Fixes #5569.

Mr.doob hace 11 años
padre
commit
1311c0e315
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/wip/benchmark/TypedGeometry.js

+ 1 - 1
examples/js/wip/benchmark/TypedGeometry.js

@@ -7,7 +7,7 @@ THREE.TypedVector2 = function ( array, offset ) {
 
 THREE.TypedVector2.prototype = {
 
-	constructor: THREE.TypedVector3,
+	constructor: THREE.TypedVector2,
 
 	get x () {