diff options
| -rw-r--r-- | rotord/src/rotor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index d59197a..009d52f 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -613,7 +613,7 @@ namespace Rotor { image+=(*in); delete in; */ - Image in=(*in2); + in=(*in2); in*=parameters["amount"]->value; image+=in; break; @@ -626,6 +626,7 @@ namespace Rotor { return nullptr; } private: + Image in; }; #define MIRROR_horiz 1 #define MIRROR_vert 2 |
