rename contact areas to contact polygons

This commit is contained in:
Irlan
2018-04-07 01:28:48 -03:00
parent 5401e8aba2
commit 54202454ea
6 changed files with 7 additions and 7 deletions

View File

@ -54,7 +54,7 @@ public :
e_contactPointsFlag = 0x0008,
e_contactNormalsFlag = 0x0010,
e_contactTangentsFlag = 0x0020,
e_contactAreasFlag = 0x0040,
e_contactPolygonsFlag = 0x0040,
e_aabbsFlag = 0x0080,
};

View File

@ -175,4 +175,4 @@ struct b3Version
// The current version of Bounce.
extern b3Version b3_version;
#endif
#endif