mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 18:15:32 +00:00
Remove unused field QuadTreeBuilder::mLodFactor
This commit is contained in:
parent
e744090339
commit
751accad0f
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ public:
|
||||||
private:
|
private:
|
||||||
Terrain::Storage* mStorage;
|
Terrain::Storage* mStorage;
|
||||||
|
|
||||||
float mLodFactor;
|
|
||||||
float mMinX, mMaxX, mMinY, mMaxY;
|
float mMinX, mMaxX, mMinY, mMaxY;
|
||||||
float mMinSize;
|
float mMinSize;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue