Fixed rendering old sytel outline

This commit is contained in:
Robert Osfield
2017-09-22 12:22:58 +01:00
parent e2d20a337d
commit 708ae1c076

View File

@@ -1275,7 +1275,7 @@ void Text::drawImplementationSinglePass(osg::State& state, const osg::Vec4& colo
if(_backdropType == OUTLINE)
{
backdrop_index = 1;
max_backdrop_index = 8;
max_backdrop_index = backdrop_index+8;
}
else
{