summary refs log tree commit diff
path: root/bin/brot.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/brot.c')
-rw-r--r--bin/brot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/brot.c b/bin/brot.c
index 310cfb06..515738a0 100644
--- a/bin/brot.c
+++ b/bin/brot.c
@@ -100,6 +100,7 @@ bool input(char in) {
         break; case 'i': transform /= cexp(rotateStep * PI * I);
         break; case '+': transform *= 1.0 - scaleStep;
         break; case '-': transform /= 1.0 - scaleStep;
+        break; case '0': translate = -0.75; transform = 2.5;
         break; case ']': samples++;
         break; case '[': if (samples > 1) samples--;
     }