mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 11:36:27 +02:00
Small fix when no Leap connected.
This commit is contained in:
parent
d10ffd4f2d
commit
6ceb48127a
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ HandData::HandData(AvatarData* owningAvatar) :
|
|||
_baseOrientation(0.0f, 0.0f, 0.0f, 1.0f),
|
||||
_owningAvatarData(owningAvatar)
|
||||
{
|
||||
// Start with two palms
|
||||
addNewPalm();
|
||||
addNewPalm();
|
||||
}
|
||||
|
||||
PalmData& HandData::addNewPalm() {
|
||||
|
|
Loading…
Reference in a new issue