mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
bugfix
This commit is contained in:
parent
6934b20abd
commit
0a187e56aa
@ -80,9 +80,9 @@ namespace MWMechanics
|
|||||||
dest.mZ = mZ;
|
dest.mZ = mZ;
|
||||||
|
|
||||||
ESM::Pathgrid::Point start;
|
ESM::Pathgrid::Point start;
|
||||||
dest.mX = pos.pos[0];
|
start.mX = pos.pos[0];
|
||||||
dest.mY = pos.pos[1];
|
start.mY = pos.pos[1];
|
||||||
dest.mZ = pos.pos[2];
|
start.mZ = pos.pos[2];
|
||||||
|
|
||||||
mPathFinder.buildPath(start,dest,pathgrid,xCell,yCell);
|
mPathFinder.buildPath(start,dest,pathgrid,xCell,yCell);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user