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

@ -53,7 +53,7 @@ struct Settings
drawContactPoints = true;
drawContactNormals = false;
drawContactTangents = false;
drawContactAreas = false;
drawContactPolygons = false;
drawStats = false;
drawProfile = false;
drawGrid = true;
@ -84,7 +84,7 @@ struct Settings
bool drawContactPoints;
bool drawContactNormals;
bool drawContactTangents;
bool drawContactAreas;
bool drawContactPolygons;
bool drawStats;
bool drawProfile;
bool drawGrid;