mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 13:06:40 +00:00
Use getSubComposite to read AMBI
This commit is contained in:
parent
1499dd2654
commit
b52f721318
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ namespace ESM
|
||||||
mWater = waterLevel;
|
mWater = waterLevel;
|
||||||
break;
|
break;
|
||||||
case fourCC("AMBI"):
|
case fourCC("AMBI"):
|
||||||
esm.getHT(mAmbi.mAmbient, mAmbi.mSunlight, mAmbi.mFog, mAmbi.mFogDensity);
|
esm.getSubComposite(mAmbi);
|
||||||
mHasAmbi = true;
|
mHasAmbi = true;
|
||||||
break;
|
break;
|
||||||
case fourCC("RGNN"):
|
case fourCC("RGNN"):
|
||||||
|
|
Loading…
Reference in a new issue