1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Fix enable/disable mixup.

This commit is contained in:
AnyOldName3 2019-01-31 14:57:56 +00:00
parent 556c9a3382
commit a24b8ec3d2

View File

@ -144,7 +144,7 @@ namespace SceneUtil
definesWithShadows["perspectiveShadowMaps"] = "0";
definesWithShadows["enableNormalOffsetShadows"] = "0";
definesWithShadows["disableNormalOffsetShadows"] = "0";
definesWithShadows["shadowNormalOffset"] = "0.0";