viewer#2889 Fix water's normal map being ignored
parent
8dfc1d0447
commit
cbd713037e
|
|
@ -133,8 +133,8 @@ void LLSettingsWater::loadValuesFromLLSD()
|
|||
mWave1Dir = LLVector2(settings[SETTING_WAVE1_DIR]);
|
||||
mWave2Dir = LLVector2(settings[SETTING_WAVE2_DIR]);
|
||||
|
||||
mNormalMapID = getNormalMapID();
|
||||
mTransparentTextureID = getTransparentTextureID();
|
||||
mNormalMapID = settings[SETTING_NORMAL_MAP].asUUID();
|
||||
mTransparentTextureID = settings[SETTING_TRANSPARENT_TEXTURE].asUUID();
|
||||
}
|
||||
|
||||
void LLSettingsWater::saveValuesToLLSD()
|
||||
|
|
|
|||
Loading…
Reference in New Issue