Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/itasc/MovingFrame.cpp')
-rw-r--r--intern/itasc/MovingFrame.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/itasc/MovingFrame.cpp b/intern/itasc/MovingFrame.cpp
index 3b0ee7842ca..90ebe091eb5 100644
--- a/intern/itasc/MovingFrame.cpp
+++ b/intern/itasc/MovingFrame.cpp
@@ -27,9 +27,10 @@ MovingFrame::~MovingFrame()
{
}
-void MovingFrame::finalize()
+bool MovingFrame::finalize()
{
updateJacobian();
+ return true;
}
void MovingFrame::initCache(Cache *_cache)