diff options
Diffstat (limited to 'src/effects/particles_effect.h')
| -rw-r--r-- | src/effects/particles_effect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/particles_effect.h b/src/effects/particles_effect.h index 76c2ef4..174a6c7 100644 --- a/src/effects/particles_effect.h +++ b/src/effects/particles_effect.h @@ -18,9 +18,9 @@ struct Particle { float color[4]; }; -class ParticlesEffect : public Effect { +class Particles : public Effect { public: - ParticlesEffect(const GpuContext& ctx, + Particles(const GpuContext& ctx, const std::vector<std::string>& inputs, const std::vector<std::string>& outputs); void render(WGPUCommandEncoder encoder, |
