mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Fix initialization order of PaintInk members
This commit is contained in:
parent
9e561148fc
commit
3705d1bdb9
@ -26,8 +26,8 @@ public:
|
||||
enum Type { Merge, WithFg, WithBg, Copy, LockAlpha };
|
||||
|
||||
private:
|
||||
AlgoHLine m_proc;
|
||||
Type m_type;
|
||||
AlgoHLine m_proc;
|
||||
|
||||
public:
|
||||
PaintInk(Type type) : m_type(type), m_proc(nullptr) { }
|
||||
|
Loading…
Reference in New Issue
Block a user