mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix -Wreorder warnings
This commit is contained in:
@ -80,8 +80,9 @@ public:
|
||||
|
||||
protected:
|
||||
VertexLoaderBase(const TVtxDesc& vtx_desc, const VAT& vtx_attr)
|
||||
: m_VtxDesc{vtx_desc}, m_VtxAttr{vtx_attr}, m_vertex_size{GetVertexSize(vtx_desc, vtx_attr)},
|
||||
m_native_components{GetVertexComponents(vtx_desc, vtx_attr)}
|
||||
: m_vertex_size{GetVertexSize(vtx_desc, vtx_attr)}, m_native_components{GetVertexComponents(
|
||||
vtx_desc, vtx_attr)},
|
||||
m_VtxAttr{vtx_attr}, m_VtxDesc{vtx_desc}
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user