浏览代码

Merge branch 'master' into dev

Mr.doob 12 年之前
父节点
当前提交
2e813866c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/canvas_geometry_birds.html

+ 1 - 1
examples/canvas_geometry_birds.html

@@ -62,7 +62,7 @@
 				this.setWorldSize = function ( width, height, depth ) {
 
 					_width = width;
-					_height = height;vector
+					_height = height;
 					_depth = depth;
 
 				}