浏览代码

Fixed typo. Fixes #5569.

Mr.doob 10 年之前
父节点
当前提交
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 () {