diff --git a/src/graphics/render/Emitter.cpp b/src/graphics/render/Emitter.cpp index 046d6486..3418f09d 100644 --- a/src/graphics/render/Emitter.cpp +++ b/src/graphics/render/Emitter.cpp @@ -24,6 +24,7 @@ Emitter::Emitter( count(count), preset(std::move(preset)) { this->prototype.emitter = this; + timer = preset.spawnInterval; } const Texture* Emitter::getTexture() const {