Fixed reordered warning
Former-commit-id: e825c3f282e1b1c3f65d32be8512210c92a3a1d9
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user