half way through keyframes data

This commit is contained in:
itsmattkc
2018-08-19 15:53:35 +10:00
parent dacf0efd9a
commit 859a17dfda
22 changed files with 352 additions and 238 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ void Timeline::delete_selection(bool ripple_delete) {
}
int lerp(int a, int b, double t) {
return ((1.0 - t) * a) + (t * b);
return ((1.0 - t) * a) + (t * b);
}
void Timeline::set_zoom(bool in) {