In original version of the extension blendFactorSource and blendFactorDestination change via setters (each setter call updateBlendMode). In current implementation this properties write directly in variables, but updateBlendMode never called. This PR fix it + clear some unused comments :).
In original version of the extension
blendFactorSource
andblendFactorDestination
change via setters (each setter callupdateBlendMode
). In current implementation this properties write directly in variables, butupdateBlendMode
never called. This PR fix it + clear some unused comments :).