mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 01:03:59 +02:00
Warning fix: virtual method needs virtual destructor
This commit is contained in:
parent
14e470133c
commit
39f9729acb
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ enum RaveGloveEffectsMode
|
|||
class HandData {
|
||||
public:
|
||||
HandData(AvatarData* owningAvatar);
|
||||
virtual ~HandData() {}
|
||||
|
||||
// These methods return the positions in Leap-relative space.
|
||||
// To convert to world coordinates, use Hand::leapPositionToWorldPosition.
|
||||
|
|
Loading…
Reference in a new issue