mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 07:15:36 +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;
|
||||
break;
|
||||
case fourCC("AMBI"):
|
||||
esm.getHT(mAmbi.mAmbient, mAmbi.mSunlight, mAmbi.mFog, mAmbi.mFogDensity);
|
||||
esm.getSubComposite(mAmbi);
|
||||
mHasAmbi = true;
|
||||
break;
|
||||
case fourCC("RGNN"):
|
||||
|
|
Loading…
Reference in a new issue