mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
ESM::ExteriorCellIndex => ESM::ExteriorCellLocation
This commit is contained in:
parent
393357abc0
commit
a3bd6e7e47
22 changed files with 64 additions and 66 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "util.hpp"
|
||||
|
||||
osg::Vec2 ESM::indexToPosition(const ESM::ExteriorCellIndex& cellIndex, bool centre)
|
||||
osg::Vec2 ESM::indexToPosition(const ESM::ExteriorCellLocation& cellIndex, bool centre)
|
||||
{
|
||||
const int cellSize = ESM::getCellSize(cellIndex.mWorldspace);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue