mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Set PathFinder::mCell to nullptr when clear path
This commit is contained in:
parent
85bbf9d034
commit
3655f19373
@ -90,6 +90,7 @@ namespace MWMechanics
|
|||||||
void PathFinder::clearPath()
|
void PathFinder::clearPath()
|
||||||
{
|
{
|
||||||
mPath.clear();
|
mPath.clear();
|
||||||
|
mCell = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user