From ac7c902f0b30adc6008232aabf5af54e9705a6e9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 21 Mar 2019 19:18:29 +0100 Subject: [PATCH] anim:: -animrot needs angles in 3D --- screenshot.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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);