Procházet zdrojové kódy

Fixed setWorldSize vector typo in boid example.

Daniel Mendel před 12 roky
rodič
revize
b48dda2f2f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 
 				}