From 38b8da4d28bb057a9d2cd1fa8652ec608d1500a7 Mon Sep 17 00:00:00 2001 From: Justin Symonds Date: Mon, 6 May 2024 18:51:28 -0700 Subject: [PATCH] Fix typo --- examples/ExampleBrowser/ExampleEntries.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ExampleBrowser/ExampleEntries.cpp b/examples/ExampleBrowser/ExampleEntries.cpp index 715a4396d6..97cba0e354 100644 --- a/examples/ExampleBrowser/ExampleEntries.cpp +++ b/examples/ExampleBrowser/ExampleEntries.cpp @@ -208,7 +208,7 @@ static ExampleEntry gDefaultExamples[] = ExampleEntry(1, "Spheres & Plane C-API (Bullet2)", "Collision C-API using Bullet 2.x backend", CollisionTutorialBullet2CreateFunc, TUT_SPHERE_PLANE_BULLET2), //ExampleEntry(1, "Spheres & Plane C-API (Bullet3)", "Collision C-API using Bullet 3.x backend", CollisionTutorialBullet2CreateFunc,TUT_SPHERE_PLANE_RTB3), - ExampleEntry(0, "Deformabe Body"), + ExampleEntry(0, "Deformable Body"), ExampleEntry(1, "Deformable Self Collision", "Deformable Self Collision", DeformableSelfCollisionCreateFunc), ExampleEntry(1, "Deformable-Deformable Contact", "Deformable contact", DeformableContactCreateFunc), ExampleEntry(1, "Cloth Friction", "Cloth friction contact", ClothFrictionCreateFunc),