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;