From a24b8ec3d2bd5a2251d5e4b709dbb19ed92a6e23 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Thu, 31 Jan 2019 14:57:56 +0000 Subject: [PATCH] Fix enable/disable mixup. --- components/sceneutil/shadow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sceneutil/shadow.cpp b/components/sceneutil/shadow.cpp index 5220723fb..ebb4868ad 100644 --- a/components/sceneutil/shadow.cpp +++ b/components/sceneutil/shadow.cpp @@ -144,7 +144,7 @@ namespace SceneUtil definesWithShadows["perspectiveShadowMaps"] = "0"; - definesWithShadows["enableNormalOffsetShadows"] = "0"; + definesWithShadows["disableNormalOffsetShadows"] = "0"; definesWithShadows["shadowNormalOffset"] = "0.0";