mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
move getRadius to public for now
This commit is contained in:
parent
64e2033b30
commit
45fc8423ba
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue