1
0
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:
elsid 2023-08-12 14:08:20 +02:00
parent 401e748aa0
commit a17cb0ff0e
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

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