diff --git a/components/nifosg/nifloader.cpp b/components/nifosg/nifloader.cpp index 984dc9370d..914d60c13c 100644 --- a/components/nifosg/nifloader.cpp +++ b/components/nifosg/nifloader.cpp @@ -2247,7 +2247,7 @@ namespace NifOsg stateset->setTextureAttributeAndModes(texUnit, texMat, osg::StateAttribute::ON); } } - stateset->addUniform(new osg::Uniform("useFalloff", true)); // Should use the shader flag + stateset->addUniform(new osg::Uniform("useFalloff", false)); // Should use the shader flag stateset->addUniform(new osg::Uniform("falloffParams", texprop->mFalloffParams)); handleTextureControllers(texprop, composite, imageManager, stateset, animflags); break;