mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix ramp clipping by tightening sweep steps, disable shadows by default
Sweep step size reduced from 1.0f back to 0.65f with max 3 steps (was 2) to prevent clipping through ramps in Stormwind. All paths updated: follow, free-fly, and swimming. Shadows disabled by default in renderer, settings UI, and settings defaults.
This commit is contained in:
parent
fd64ca7445
commit
7c9661472f
4 changed files with 6 additions and 7 deletions
|
|
@ -64,7 +64,7 @@ private:
|
|||
bool pendingFullscreen = false;
|
||||
bool pendingVsync = false;
|
||||
int pendingResIndex = 0;
|
||||
bool pendingShadows = true;
|
||||
bool pendingShadows = false;
|
||||
int pendingMusicVolume = 30;
|
||||
int pendingSfxVolume = 100;
|
||||
float pendingMouseSensitivity = 0.2f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue