mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 06:36:41 +00:00
Set PathFinder::mCell to nullptr when clear path
This commit is contained in:
parent
85bbf9d034
commit
3655f19373
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ namespace MWMechanics
|
|||
void PathFinder::clearPath()
|
||||
{
|
||||
mPath.clear();
|
||||
mCell = nullptr;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue