id-ilych 16b9d63bf7 Bug: animation totally disappears if has alpha < 1 (#833)
This problem was probably introduced while moving to new starling version where premultiplied alpha is no longer passed as an argument to `render()`. 

BTW if I get it right then there's no need to manually restore `blendMode` because `DisplayObjectContainer` wraps child's `render()` with `painter.pushState()`/`painter.popState()`.
2017-02-23 11:22:48 +01:00
..