mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
NULL sphere pointer on Head copy
This commit is contained in:
parent
d2a8da890f
commit
084b77be50
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ Head::Head(const Head &otherHead) {
|
|||
browAudioLift = otherHead.browAudioLift;
|
||||
noise = otherHead.noise;
|
||||
|
||||
sphere = NULL;
|
||||
|
||||
Hand newHand = Hand(*otherHead.hand);
|
||||
hand = &newHand;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue