diff options
| author | skal <pascal.massimino@gmail.com> | 2026-05-21 08:10:47 +0200 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-05-21 08:10:47 +0200 |
| commit | d806027dcaeadcdd8d2febd88bc46b2fd2c465de (patch) | |
| tree | 30bc1ef9f40ccab7c00e31ee20e62bb86755fa26 /src/effects/scratch_effect.h | |
| parent | 680042a18c11ad5e58757e45b260745c2f52417f (diff) | |
Diffstat (limited to 'src/effects/scratch_effect.h')
| -rw-r--r-- | src/effects/scratch_effect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/effects/scratch_effect.h b/src/effects/scratch_effect.h index 6c0e0cb..dc67118 100644 --- a/src/effects/scratch_effect.h +++ b/src/effects/scratch_effect.h @@ -9,5 +9,6 @@ struct Scratch : public WgslEffect { const std::vector<std::string>& outputs, float start_time, float end_time) : WgslEffect(ctx, inputs, outputs, start_time, end_time, - scratch_shader_wgsl) {} + scratch_shader_wgsl) { + } }; |
