This commit is contained in:
Irlan 2018-05-18 19:39:22 -03:00
parent 2f383fb958
commit 1ccb411fb6

View File

@ -22,7 +22,7 @@
#include <bounce/common/math/mat33.h>
#include <bounce/common/template/array.h>
// Number of maximum shapes per cloth.
// Maximum number of shapes per cloth.
#define B3_CLOTH_SHAPE_CAPACITY 32
class b3StackAllocator;