Skip to content

Commit

Permalink
Fix ParticleSystemSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Mar 1, 2023
1 parent eb71297 commit f06252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/Specs/Scene/ParticleSystemSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ describe("Scene/ParticleSystem", function () {
new ParticleSystem({
image: greenImage,
emitter: new CircleEmitter(1.0),
emissoinRate: 10000,
emissionRate: 10000,
imageSize: new Cartesian2(100, 100),
})
);
Expand Down

0 comments on commit f06252a

Please sign in to comment.