Parcourir la source

Merge branch 'master' into dev

Mr.doob il y a 12 ans
Parent
commit
2e813866c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 
 				}