1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-04 12:56:34 +00:00

Fix actors colliding with noclipping player

This commit is contained in:
MiroslavR 2017-02-26 04:28:28 +01:00
parent 5caf53b6a3
commit 498a3d450b

View file

@ -1338,6 +1338,7 @@ namespace MWPhysics
bool cmode = found->second->getCollisionMode();
cmode = !cmode;
found->second->enableCollisionMode(cmode);
found->second->enableCollisionBody(cmode);
return cmode;
}