Fixed: Compilation

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-06 20:24:48 +01:00
parent fff0b5ce5b
commit c79e47384d

View file

@ -724,7 +724,7 @@ uint CExportNel::buildSkinning (CMesh::CMeshBuild& buildMesh, const TInodePtrInt
nlassert (node);
// Insert in the map
weightMap.insert (std::map<float, INode*>::value_type (1, node));
weightMap.insert (std::map<float, INode*>::value_type (1.f, node));
}
}