diff --git a/screenshot.cpp b/screenshot.cpp index bfebab2c..2d28e483 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -1004,6 +1004,10 @@ int readArgs() { } else if(argis("-animrot")) { ma = maRotation; + if(DIM == 3) { + shift_arg_formula(movement_angle); + shift_arg_formula(normal_angle); + } } else if(argis("-animrug")) { shift_arg_formula(rug_rotation1);