diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 6c8540c4d8e3e012f10fcadf5779b354cd86e47b..c13630e1f6c3e7262051afeca159962fdc29ac22 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -217,7 +217,7 @@ StringXNumber MeshOptions_Number[] = { StringXNumber PostProcessingOptions_Number[] = { { F|O, "Scales" , opt_post_scales , 1. }, { F|O, "Link" , opt_post_link , 0. }, - { F|O, "Smoothing" , opt_post_smooth , 1. }, + { F|O, "Smoothing" , opt_post_smooth , 0. }, { F|O, "AnimationDelay" , opt_post_anim_delay , 0.25 }, { F, "NbViews" , opt_post_nb_views , 0. }, { 0, NULL , NULL , 0. }