ESM::ExteriorCellIndex => ESM::ExteriorCellLocation

This commit is contained in:
florent.teppe 2023-05-12 13:24:59 +02:00
parent 393357abc0
commit a3bd6e7e47
22 changed files with 64 additions and 66 deletions

View file

@ -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);