mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +00:00
Use getSubComposite to read AMBI
This commit is contained in:
parent
1499dd2654
commit
b52f721318
@ -158,7 +158,7 @@ namespace ESM
|
||||
mWater = waterLevel;
|
||||
break;
|
||||
case fourCC("AMBI"):
|
||||
esm.getHT(mAmbi.mAmbient, mAmbi.mSunlight, mAmbi.mFog, mAmbi.mFogDensity);
|
||||
esm.getSubComposite(mAmbi);
|
||||
mHasAmbi = true;
|
||||
break;
|
||||
case fourCC("RGNN"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user