Renamed constants to new style.

This commit is contained in:
Branimir Karadžić
2017-06-09 20:08:52 -07:00
parent bbdc0fbcbd
commit 3fbcddb4ef
19 changed files with 72 additions and 72 deletions

View File

@@ -216,7 +216,7 @@ void calcObb(Obb& _obb, const void* _vertices, uint32_t _numVertices, uint32_t _
Obb best;
aabbToObb(best, aabb);
float angleStep = float(bx::piHalf/_steps);
float angleStep = float(bx::kPiHalf/_steps);
float ax = 0.0f;
float mtx[16];