ソースを参照

Fixed typo. Fixes #5569.

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 () {