mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 16:06:44 +00:00
Remove bogus warning. It is a normal situation for projectiles to be
in-flight after the caster is gone.
This commit is contained in:
parent
fcb3fffb9a
commit
9d8fcec642
1 changed files with 0 additions and 3 deletions
|
@ -612,9 +612,6 @@ namespace MWPhysics
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}();
|
}();
|
||||||
|
|
||||||
if (caster == nullptr)
|
|
||||||
Log(Debug::Warning) << "No caster for projectile " << projectileId;
|
|
||||||
|
|
||||||
ProjectileConvexCallback resultCallback(caster, btFrom, btTo, projectile);
|
ProjectileConvexCallback resultCallback(caster, btFrom, btTo, projectile);
|
||||||
resultCallback.m_collisionFilterMask = 0xff;
|
resultCallback.m_collisionFilterMask = 0xff;
|
||||||
resultCallback.m_collisionFilterGroup = CollisionType_Projectile;
|
resultCallback.m_collisionFilterGroup = CollisionType_Projectile;
|
||||||
|
|
Loading…
Reference in a new issue