Fixed: Compilation

This commit is contained in:
kervala 2016-12-06 20:24:48 +01:00
parent c70aa5143b
commit 1e32e85b2a

View file

@ -724,7 +724,7 @@ uint CExportNel::buildSkinning (CMesh::CMeshBuild& buildMesh, const TInodePtrInt
nlassert (node); nlassert (node);
// Insert in the map // 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));
} }
} }