From 6bd857c4ea9ce6309dd91d6cdc3209940b7372fe Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Thu, 12 Mar 2015 16:35:12 -0700 Subject: [PATCH] update Avatar in PhysicsEngine on load new body --- interface/src/Application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index a7a6c8c094..9979c54f11 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -4091,5 +4091,7 @@ void Application::checkSkeleton() { _myAvatar->setSkeletonModelURL(DEFAULT_BODY_MODEL_URL); _myAvatar->sendIdentityPacket(); + } else { + _physicsEngine.setAvatarData(_myAvatar); } }