From 41927512e90bfe84bcc7c9a9f96566b3b4c7da20 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 30 Dec 2019 16:05:24 +1100 Subject: [PATCH] fixed dodgy implementation of NodeInput::get_keyframe_at_time This function didn't return the intended result. This bug has been fixed in this commit. --- app/node/input.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/node/input.cpp b/app/node/input.cpp index b59960c05..2916a7c9f 100644 --- a/app/node/input.cpp +++ b/app/node/input.cpp @@ -234,8 +234,10 @@ QList NodeInput::get_keyframe_at_time(const rational &time) con QList keys; for (int i=0;i