mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Compilation
--HG-- branch : develop
This commit is contained in:
parent
fff0b5ce5b
commit
c79e47384d
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue