diff --git a/screenshot.cpp b/screenshot.cpp index 090994ad..7fffd0d3 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -1837,7 +1837,7 @@ startanim null_animation { "", no_init, [] { gamescreen(); }}; #if CAP_STARTANIM startanim joukowsky { "Joukowsky transform", no_init, [] { dynamicval dm(pmodel, mdJoukowskyInverted); - dynamicval dt(pconf.mori(), spin( ticks / 25. )); + dynamicval dt(pconf.mori(), spin( ticks / 25. * degree)); dynamicval dv(vid.use_smart_range, 2); dynamicval ds(pconf.scale, 1/4.); models::configure(); @@ -1848,7 +1848,7 @@ startanim joukowsky { "Joukowsky transform", no_init, [] { startanim bandspin { "spinning in the band model", no_init, [] { dynamicval dm(pmodel, mdBand); - dynamicval dt(pconf.mori(), spin( ticks / 25. )); + dynamicval dt(pconf.mori(), spin( ticks / 25. * degree)); dynamicval dv(vid.use_smart_range, 2); models::configure(); gamescreen();