mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: enable water refraction by default
The VK_ERROR_DEVICE_LOST crash on AMD/Mali GPUs (barrier srcAccessMask) was fixed in 2026-03-18. Enable refraction for new sessions so players get the improved water visuals without needing to touch Settings. Existing saved configs that explicitly disabled it are preserved.
This commit is contained in:
parent
fabcde42a5
commit
2fb7901cca
2 changed files with 3 additions and 3 deletions
|
|
@ -179,7 +179,7 @@ private:
|
|||
int pendingResIndex = 0;
|
||||
bool pendingShadows = true;
|
||||
float pendingShadowDistance = 300.0f;
|
||||
bool pendingWaterRefraction = false;
|
||||
bool pendingWaterRefraction = true;
|
||||
int pendingBrightness = 50; // 0-100, maps to 0.0-2.0 (50 = 1.0 default)
|
||||
int pendingMasterVolume = 100;
|
||||
int pendingMusicVolume = 30;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue