mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 20:45:35 +00:00
Remove unused getActiveGrid function
This commit is contained in:
parent
2bed7450b6
commit
491a59b035
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ namespace Terrain
|
||||||
mNodes.clear();
|
mNodes.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const osg::Vec4i& getActiveGrid() const { return mActiveGrid; }
|
|
||||||
|
|
||||||
unsigned int getWorldUpdateRevision() const { return mWorldUpdateRevision; }
|
unsigned int getWorldUpdateRevision() const { return mWorldUpdateRevision; }
|
||||||
void setWorldUpdateRevision(int updateRevision) { mWorldUpdateRevision = updateRevision; }
|
void setWorldUpdateRevision(int updateRevision) { mWorldUpdateRevision = updateRevision; }
|
||||||
|
|
Loading…
Reference in a new issue