You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
@@ -327,11 +327,7 @@ bool Keyframe::IsIncreasing(int index)
|
||||
}
|
||||
}
|
||||
|
||||
if (current_value < next_value) {
|
||||
// Increasing
|
||||
return true;
|
||||
}
|
||||
else if (current_value >= next_value) {
|
||||
if (current_value >= next_value) {
|
||||
// Decreasing
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user