mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
Remove unused ESM4::Land fields
This commit is contained in:
parent
401e748aa0
commit
a17cb0ff0e
@ -118,7 +118,6 @@ namespace ESM4
|
||||
int mDataTypes; // which data types are loaded
|
||||
|
||||
float mHeights[sVertsPerSide * sVertsPerSide]; // Float value of compressed Heightmap
|
||||
float mMinHeight, mMaxHeight;
|
||||
std::int8_t mVertNorm[sVertsPerSide * sVertsPerSide * 3]; // from VNML subrecord
|
||||
std::uint8_t mVertColr[sVertsPerSide * sVertsPerSide * 3]; // from VCLR subrecord
|
||||
VHGT mHeightMap;
|
||||
|
Loading…
Reference in New Issue
Block a user