summaryrefslogtreecommitdiff
path: root/src/gpu/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effect.h')
-rw-r--r--src/gpu/effect.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/effect.h b/src/gpu/effect.h
index 725c020..19b8118 100644
--- a/src/gpu/effect.h
+++ b/src/gpu/effect.h
@@ -48,8 +48,7 @@ class Effect {
class PostProcessEffect : public Effect {
public:
- PostProcessEffect(const GpuContext& ctx)
- : Effect(ctx) {
+ PostProcessEffect(const GpuContext& ctx) : Effect(ctx) {
}
bool is_post_process() const override {
return true;