From 11ea1ef338ed2c08d358854f3d662a552e248e77 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 6 Nov 2007 23:33:54 +0000 Subject: [PATCH] Don't force angles to use linear interpolation. git-svn-id: http://svn.voria.com/code@1114 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/valuenode_animated.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synfig-core/trunk/src/synfig/valuenode_animated.cpp b/synfig-core/trunk/src/synfig/valuenode_animated.cpp index e86f3b8..08bc6aa 100644 --- a/synfig-core/trunk/src/synfig/valuenode_animated.cpp +++ b/synfig-core/trunk/src/synfig/valuenode_animated.cpp @@ -161,6 +161,7 @@ struct is_angle_type } }; +#ifdef ANGLES_USE_LINEAR_INTERPOLATION template <> struct is_angle_type { @@ -169,6 +170,7 @@ struct is_angle_type return true; } }; +#endif // ANGLES_USE_LINEAR_INTERPOLATION /* === G L O B A L S ======================================================= */ -- 2.7.4