mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +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) {
|
void OtherAvatar::createDetailedMotionStates(const std::shared_ptr<OtherAvatar>& avatar) {
|
||||||
assert(detailedMotionStates.empty());
|
|
||||||
auto& detailedMotionStates = getDetailedMotionStates();
|
auto& detailedMotionStates = getDetailedMotionStates();
|
||||||
|
assert(detailedMotionStates.empty());
|
||||||
if (_bodyLOD == BodyLOD::Sphere) {
|
if (_bodyLOD == BodyLOD::Sphere) {
|
||||||
auto dMotionState = createMotionState(avatar, -1);
|
auto dMotionState = createMotionState(avatar, -1);
|
||||||
if (dMotionState) {
|
if (dMotionState) {
|
||||||
|
|
Loading…
Reference in a new issue