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