Trevor Baron 7 gadi atpakaļ
vecāks
revīzija
e3e1e044c1
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      src/Particles/babylon.subEmitter.ts

+ 5 - 1
src/Particles/babylon.subEmitter.ts

@@ -34,7 +34,11 @@ module BABYLON {
          * Creates a sub emitter
          * @param particleSystem the particle system to be used by the sub emitter
          */
-        constructor(/** the particle system to be used by the sub emitter */public particleSystem:ParticleSystem){
+        constructor(
+            /**
+             * the particle system to be used by the sub emitter
+             */
+            public particleSystem:ParticleSystem){
         }
         /**
          * Clones the sub emitter