diff options
Diffstat (limited to 'src/gpu/effects/theme_modulation_effect.h')
| -rw-r--r-- | src/gpu/effects/theme_modulation_effect.h | 5 |
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" |
