summaryrefslogtreecommitdiff
path: root/src/gpu/effects/theme_modulation_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/theme_modulation_effect.h')
-rw-r--r--src/gpu/effects/theme_modulation_effect.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gpu/effects/theme_modulation_effect.h b/src/gpu/effects/theme_modulation_effect.h
index 6f76695..ac584e2 100644
--- a/src/gpu/effects/theme_modulation_effect.h
+++ b/src/gpu/effects/theme_modulation_effect.h
@@ -1,6 +1,7 @@
// This file is part of the 64k demo project.
-// It implements a theme modulation effect that alternates between bright and dark.
-// Pattern changes every 2 seconds, so we alternate every 4 seconds (2 patterns).
+// It implements a theme modulation effect that alternates between bright and
+// dark. Pattern changes every 2 seconds, so we alternate every 4 seconds (2
+// patterns).
#pragma once
#include "gpu/effect.h"