cleaned up member::radius

This commit is contained in:
Azaezel 2018-03-13 15:31:00 -05:00
parent c98f257cae
commit 1c62080f7f
12 changed files with 18 additions and 18 deletions

View file

@ -354,7 +354,7 @@ class TSShape
/// @name Bounding
/// @{
F32 radius;
F32 mRadius;
F32 tubeRadius;
Point3F center;
Box3F mBounds;