diff options
Diffstat (limited to 'src/effects/particles_effect.h')
| -rw-r--r-- | src/effects/particles_effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/particles_effect.h b/src/effects/particles_effect.h index e855b7b..0d5a07e 100644 --- a/src/effects/particles_effect.h +++ b/src/effects/particles_effect.h @@ -22,7 +22,7 @@ class Particles : public Effect { public: Particles(const GpuContext& ctx, const std::vector<std::string>& inputs, const std::vector<std::string>& outputs, float start_time, - float end_time); + float end_time); void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; |
