diff --git a/synfig-core/src/modules/lyr_std/warp.cpp b/synfig-core/src/modules/lyr_std/warp.cpp index 368a7d1..27416bb 100644 --- a/synfig-core/src/modules/lyr_std/warp.cpp +++ b/synfig-core/src/modules/lyr_std/warp.cpp @@ -881,7 +881,7 @@ Warp::Warp(): param_dest_bl ( Point(-2.2, -2 ) ), param_dest_br ( Point( 2.2, -2 ) ), param_clip ( true ), - param_interpolation( int(1) ), + param_interpolation( int(3) ), valid ( ), affine ( ), clip ( )