From 1ccb411fb651350ca36fa9f71c64385f094787f8 Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Fri, 18 May 2018 19:39:22 -0300 Subject: [PATCH] typo --- include/bounce/dynamics/cloth/spring_cloth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bounce/dynamics/cloth/spring_cloth.h b/include/bounce/dynamics/cloth/spring_cloth.h index bdbfad3..8665e3a 100644 --- a/include/bounce/dynamics/cloth/spring_cloth.h +++ b/include/bounce/dynamics/cloth/spring_cloth.h @@ -22,7 +22,7 @@ #include #include -// Number of maximum shapes per cloth. +// Maximum number of shapes per cloth. #define B3_CLOTH_SHAPE_CAPACITY 32 class b3StackAllocator;