summaryrefslogtreecommitdiff
path: root/src/effects/heptagon_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/heptagon_effect.h')
-rw-r--r--src/effects/heptagon_effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/heptagon_effect.h b/src/effects/heptagon_effect.h
index 4563e47..ab7db8d 100644
--- a/src/effects/heptagon_effect.h
+++ b/src/effects/heptagon_effect.h
@@ -10,7 +10,7 @@ class Heptagon : public Effect {
public:
Heptagon(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;