Pārlūkot izejas kodu

Fixed setWorldSize vector typo in boid example.

Daniel Mendel 12 gadi atpakaļ
vecāks
revīzija
b48dda2f2f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
 
 				}