openfl / starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
Other
236 stars 68 forks source link

Fix blend mode has been not updated after parseConfig #61

Closed freem-trg closed 7 years ago

freem-trg commented 7 years ago

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 :).