Browse Source

Merge remote-tracking branch 'danielmendel/typo-in-boids-example'

Mr.doob 12 years ago
parent
commit
8187bd820d
1 changed files with 1 additions and 1 deletions
  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;
 
 				}