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;