Explorar o código

Fixed typo. Fixes #5569.

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
1311c0e315
Modificáronse 1 ficheiros con 1 adicións e 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 () {