mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-25 12:41:01 +00:00
Fix projectile bug
This commit is contained in:
parent
70264eae3b
commit
ac4c904e62
@ -2199,6 +2199,7 @@ namespace MWWorld
|
||||
{
|
||||
if (!mWorldScene->isCellActive(*it->first.getCell()))
|
||||
{
|
||||
deleteObject(it->first);
|
||||
mProjectiles.erase(it++);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user