Explorar o código

Fixed setWorldSize vector typo in boid example.

Daniel Mendel %!s(int64=12) %!d(string=hai) anos
pai
achega
b48dda2f2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 
 				}