Mr.doob преди 11 години
родител
ревизия
1311c0e315
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 () {