Browse Source

Update babylon.particleSystem.ts

KK 9 years ago
parent
commit
336e92d318
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Particles/babylon.particleSystem.ts

+ 1 - 1
src/Particles/babylon.particleSystem.ts

@@ -450,7 +450,7 @@
             var serializationObject: any = {};
 
             serializationObject.name = this.name;
-            if (this.emittor.position) {
+            if (this.emitter.position) {
                 serializationObject.emitterId = this.emitter.id;
             } else {
                 serializationObject.emitter = this.emitter.asArray();;