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/softbody/admmpd_api.cpp')
-rw-r--r--intern/softbody/admmpd_api.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/softbody/admmpd_api.cpp b/intern/softbody/admmpd_api.cpp
index 261c935b413..2002682fd85 100644
--- a/intern/softbody/admmpd_api.cpp
+++ b/intern/softbody/admmpd_api.cpp
@@ -332,6 +332,7 @@ void admmpd_solve(ADMMPDInterfaceData *iface)
}
catch(const std::exception &e)
{
+ iface->idata->data->x = iface->idata->data->x_start;
printf("**ADMMPD Error on solve: %s\n", e.what());
}
} \ No newline at end of file