move getRadius to public for now

This commit is contained in:
ZappoMan 2014-09-12 10:26:47 -07:00
parent 64e2033b30
commit 45fc8423ba

View file

@ -224,8 +224,7 @@ public:
bool isVisible() const { return _visible; } bool isVisible() const { return _visible; }
bool isInvisible() const { return !_visible; } bool isInvisible() const { return !_visible; }
// TODO: We need to get rid of these users of getRadius()... but for now, we'll make them friends // TODO: We need to get rid of these users of getRadius()...
// so they can be the only ones accessing this method.
float getRadius() const; float getRadius() const;