Fixed reordered warning

Former-commit-id: e825c3f282e1b1c3f65d32be8512210c92a3a1d9
This commit is contained in:
Lynix 2015-01-17 00:29:26 +01:00
parent a0054def7b
commit 71c1d5f527
1 changed files with 1 additions and 1 deletions

View File

@ -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),