Fix initialization order of LayerImage members

This commit is contained in:
David Capello 2015-06-23 11:25:00 -03:00
parent 7a6c9c3dde
commit 6a829727b7

View File

@ -84,8 +84,8 @@ Cel* Layer::cel(frame_t frame) const
LayerImage::LayerImage(Sprite* sprite)
: Layer(ObjectType::LayerImage, sprite)
, m_opacity(255)
, m_blendmode(BlendMode::NORMAL)
, m_opacity(255)
{
}