forked from mirror/openmw-tes3mp
bugfix
This commit is contained in:
parent
6934b20abd
commit
0a187e56aa
1 changed files with 3 additions and 3 deletions
|
@ -80,9 +80,9 @@ namespace MWMechanics
|
|||
dest.mZ = mZ;
|
||||
|
||||
ESM::Pathgrid::Point start;
|
||||
dest.mX = pos.pos[0];
|
||||
dest.mY = pos.pos[1];
|
||||
dest.mZ = pos.pos[2];
|
||||
start.mX = pos.pos[0];
|
||||
start.mY = pos.pos[1];
|
||||
start.mZ = pos.pos[2];
|
||||
|
||||
mPathFinder.buildPath(start,dest,pathgrid,xCell,yCell);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue