mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
GraphicsModManager: Reorder DecoratedAction members to initialization order
m_action_impl is initialized before m_mod in constructor
This commit is contained in:
@ -61,8 +61,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
GraphicsModConfig m_mod;
|
|
||||||
std::unique_ptr<GraphicsModAction> m_action_impl;
|
std::unique_ptr<GraphicsModAction> m_action_impl;
|
||||||
|
GraphicsModConfig m_mod;
|
||||||
};
|
};
|
||||||
|
|
||||||
const std::vector<GraphicsModAction*>&
|
const std::vector<GraphicsModAction*>&
|
||||||
|
Reference in New Issue
Block a user