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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/effects/heptagon_effect.h b/src/effects/heptagon_effect.h
index 3762202..ff1be46 100644
--- a/src/effects/heptagon_effect.h
+++ b/src/effects/heptagon_effect.h
@@ -9,5 +9,6 @@ struct Heptagon : public WgslEffect {
const std::vector<std::string>& outputs, float start_time,
float end_time)
: WgslEffect(ctx, inputs, outputs, start_time, end_time,
- heptagon_shader_wgsl) {}
+ heptagon_shader_wgsl) {
+ }
};