Also apply hasWaterHeightSub for INTV

fix-osga-rotate-wildly
Dave Corley 10 months ago
parent ce2787e15e
commit 059191c840

@ -127,6 +127,7 @@ namespace ESM
case fourCC("INTV"):
int32_t waterl;
esm.getHT(waterl);
mHasWaterHeightSub = true;
mWater = static_cast<float>(waterl);
break;
case fourCC("WHGT"):

Loading…
Cancel
Save