mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 01:23:51 +00:00
Default normal map strength to 0.8
This commit is contained in:
parent
bec3190b08
commit
b12bc1f71e
3 changed files with 3 additions and 3 deletions
|
|
@ -5970,7 +5970,7 @@ void GameScreen::renderSettingsWindow() {
|
|||
pendingGroundClutterDensity = kDefaultGroundClutterDensity;
|
||||
pendingAntiAliasing = 0;
|
||||
pendingNormalMapping = true;
|
||||
pendingNormalMapStrength = 1.0f;
|
||||
pendingNormalMapStrength = 0.8f;
|
||||
pendingPOM = false;
|
||||
pendingPOMQuality = 1;
|
||||
pendingResIndex = defaultResIndex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue