Fixed reordered warning
Former-commit-id: e825c3f282e1b1c3f65d32be8512210c92a3a1d9
This commit is contained in:
parent
a0054def7b
commit
71c1d5f527
|
|
@ -35,8 +35,8 @@ m_skinCount(1)
|
|||
NzModel::NzModel(const NzModel& model) :
|
||||
NzSceneNode(model),
|
||||
m_materials(model.m_materials),
|
||||
m_mesh(model.m_mesh),
|
||||
m_boundingVolume(model.m_boundingVolume),
|
||||
m_mesh(model.m_mesh),
|
||||
m_boundingVolumeUpdated(model.m_boundingVolumeUpdated),
|
||||
m_matCount(model.m_matCount),
|
||||
m_skin(model.m_skin),
|
||||
|
|
|
|||
Loading…
Reference in New Issue