For for Issue #106 Convex Shape Bandwidth

This commit is contained in:
DavidWyand-GG 2012-11-05 14:27:30 -05:00
parent 974e33734c
commit c6b6ffc10b
3 changed files with 38 additions and 7 deletions

View file

@ -141,6 +141,10 @@ public:
static bool smRenderEdges;
// To prevent bitpack overflows.
// This is only indirectly enforced by trucation when serializing.
static const S32 smMaxSurfaces = 100;
public:
ConvexShape();