diff --git a/components/sceneutil/shadow.cpp b/components/sceneutil/shadow.cpp index 5220723fb4..ebb4868ad3 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";