mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:47:08 +02:00
Fix error
This commit is contained in:
parent
a947c894c2
commit
7a0f3ea7ef
1 changed files with 1 additions and 1 deletions
|
@ -280,8 +280,8 @@ void OtherAvatar::updateCollisionGroup(bool myAvatarCollide) {
|
|||
}
|
||||
|
||||
void OtherAvatar::createDetailedMotionStates(const std::shared_ptr<OtherAvatar>& avatar) {
|
||||
assert(detailedMotionStates.empty());
|
||||
auto& detailedMotionStates = getDetailedMotionStates();
|
||||
assert(detailedMotionStates.empty());
|
||||
if (_bodyLOD == BodyLOD::Sphere) {
|
||||
auto dMotionState = createMotionState(avatar, -1);
|
||||
if (dMotionState) {
|
||||
|
|
Loading…
Reference in a new issue