mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Enable parallax mapping by default
This commit is contained in:
parent
b12bc1f71e
commit
3c31c43ca6
3 changed files with 3 additions and 3 deletions
|
|
@ -5971,7 +5971,7 @@ void GameScreen::renderSettingsWindow() {
|
|||
pendingAntiAliasing = 0;
|
||||
pendingNormalMapping = true;
|
||||
pendingNormalMapStrength = 0.8f;
|
||||
pendingPOM = false;
|
||||
pendingPOM = true;
|
||||
pendingPOMQuality = 1;
|
||||
pendingResIndex = defaultResIndex;
|
||||
window->setFullscreen(pendingFullscreen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue