Merge branch 'minorfixes' into 'master'

Minor fixes

See merge request OpenMW/openmw!405
pull/593/head
psi29a 4 years ago
commit e73a0f8a2a

@ -1731,6 +1731,9 @@ namespace MWMechanics
void Actors::predictAndAvoidCollisions()
{
if (!MWBase::Environment::get().getMechanicsManager()->isAIActive())
return;
const float minGap = 10.f;
const float maxDistForPartialAvoiding = 200.f;
const float maxDistForStrictAvoiding = 100.f;

@ -83,7 +83,7 @@ namespace NifOsg
mLastLowKey = mKeys->mKeys.end();
mLastHighKey = mKeys->mKeys.end();
}
};
}
ValueInterpolator(std::shared_ptr<const MapT> keys, ValueT defaultVal = ValueT())
: mKeys(keys)

Loading…
Cancel
Save