Browse Source

fix Mesh.CreateLathe() : typo error in the parameter name "tessellation"

jbousquie 9 years ago
parent
commit
ef4f119324
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Mesh/babylon.mesh.ts

+ 1 - 1
src/Mesh/babylon.mesh.ts

@@ -1398,7 +1398,7 @@
             var options = {
                 shape: shape,
                 radius: radius,
-                tesselation: tessellation,
+                tessellation: tessellation,
                 sideOrientation: sideOrientation,
                 updatable: updatable
             };