diff --git a/src/KeyFrame.cpp b/src/KeyFrame.cpp index 025484a3..d83adc7f 100644 --- a/src/KeyFrame.cpp +++ b/src/KeyFrame.cpp @@ -336,9 +336,8 @@ bool Keyframe::IsIncreasing(int index) return false; } } - else - // return default true (since most curves increase) - return true; + // return default true (since most curves increase) + return true; } // Generate JSON string of this object