mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 03:39:42 +00:00
Fix enable/disable mixup.
This commit is contained in:
parent
556c9a3382
commit
a24b8ec3d2
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ namespace SceneUtil
|
|||
|
||||
definesWithShadows["perspectiveShadowMaps"] = "0";
|
||||
|
||||
definesWithShadows["enableNormalOffsetShadows"] = "0";
|
||||
definesWithShadows["disableNormalOffsetShadows"] = "0";
|
||||
|
||||
definesWithShadows["shadowNormalOffset"] = "0.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue