Sfoglia il codice sorgente

fixed clone comment

Kacey Coley 7 anni fa
parent
commit
1e92e993c8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();