summaryrefslogtreecommitdiff
path: root/src/effects/particles_effect.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-03-05 22:55:56 +0100
committerskal <pascal.massimino@gmail.com>2026-03-05 22:55:56 +0100
commit34afbd6ca21d2b960573d787e6eae46fa86b200e (patch)
tree08450aeff4c67fb300428e705910265e6cd59943 /src/effects/particles_effect.h
parent35c9ebb0a7ce0e726f631a2b04bb26098926cfab (diff)
style: run clang-format to adhere to coding style
Diffstat (limited to 'src/effects/particles_effect.h')
-rw-r--r--src/effects/particles_effect.h2
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;