NULL sphere pointer on Head copy

This commit is contained in:
Stephen Birarda 2013-03-28 11:37:49 -07:00
parent d2a8da890f
commit 084b77be50

View file

@ -135,6 +135,8 @@ Head::Head(const Head &otherHead) {
browAudioLift = otherHead.browAudioLift;
noise = otherHead.noise;
sphere = NULL;
Hand newHand = Hand(*otherHead.hand);
hand = &newHand;
}