Remove unneeded double-initialization of the vars.

This commit is contained in:
bank 2014-10-16 19:39:54 +04:00 committed by Daniel Buckmaster
parent d9c5670e93
commit 62006e8b3c
4 changed files with 1 additions and 4 deletions

View file

@ -368,7 +368,7 @@ void ProcessedFFMaterial::_initPassStateBlock( RenderPassData *rpd, GFXStateBloc
result.blendDefined = true;
result.blendEnable = true;
result.blendSrc = GFXBlendOne;
result.blendSrc = GFXBlendOne;
result.blendDest = GFXBlendZero;
}
// This is here for generic FF shader fallbacks.