From 45fc8423baf4f891c3b61a74e8bdbb15ace78291 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 12 Sep 2014 10:26:47 -0700 Subject: [PATCH] move getRadius to public for now --- libraries/entities/src/EntityItem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/entities/src/EntityItem.h b/libraries/entities/src/EntityItem.h index 0c5928ba93..a41d4523f9 100644 --- a/libraries/entities/src/EntityItem.h +++ b/libraries/entities/src/EntityItem.h @@ -224,8 +224,7 @@ public: bool isVisible() 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 - // so they can be the only ones accessing this method. + // TODO: We need to get rid of these users of getRadius()... float getRadius() const;