From ffdc141aa19ee1aa1c9fd71fe442d2abfaa5322e Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Fri, 23 Mar 2018 15:37:19 -0300 Subject: [PATCH] add test for mass-spring based cloth --- examples/testbed/framework/test_entries.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/testbed/framework/test_entries.cpp b/examples/testbed/framework/test_entries.cpp index a704118..5b5daa4 100644 --- a/examples/testbed/framework/test_entries.cpp +++ b/examples/testbed/framework/test_entries.cpp @@ -61,7 +61,7 @@ #include #include #include -//#include +#include //#include TestEntry g_tests[] = @@ -109,7 +109,7 @@ TestEntry g_tests[] = { "Rope", &Rope::Create }, { "Implicit Spring", &ImplicitSpring::Create }, { "Cloth", &Cloth::Create }, - //{ "Spring Cloth", &SpringCloth::Create }, + { "Spring Cloth", &SpringCloth::Create }, //{ "Tree", &Tree::Create }, { NULL, NULL } }; \ No newline at end of file