Procházet zdrojové kódy

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

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