Explorar el Código

fixed clone comment

Kacey Coley hace 7 años
padre
commit
1e92e993c8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Mesh/babylon.csg.ts

+ 1 - 0
src/Mesh/babylon.csg.ts

@@ -489,6 +489,7 @@
 
         /**
          * Clones, or makes a deep copy, of the BABYLON.CSG
+         * @returns A new BABYLON.CSG
          */
         public clone(): CSG {
             var csg = new CSG();