Browse Source

Merge branch 'master' into dev

Mr.doob 12 năm trước cách đây
mục cha
commit
2e813866c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 
 				}