From c79e47384dbe12eb9f54204254a49253babeac95 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 6 Dec 2016 20:24:48 +0100 Subject: [PATCH] Fixed: Compilation --HG-- branch : develop --- code/nel/tools/3d/plugin_max/nel_mesh_lib/export_skinning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/tools/3d/plugin_max/nel_mesh_lib/export_skinning.cpp b/code/nel/tools/3d/plugin_max/nel_mesh_lib/export_skinning.cpp index cf084901d..d5030ee9d 100644 --- a/code/nel/tools/3d/plugin_max/nel_mesh_lib/export_skinning.cpp +++ b/code/nel/tools/3d/plugin_max/nel_mesh_lib/export_skinning.cpp @@ -724,7 +724,7 @@ uint CExportNel::buildSkinning (CMesh::CMeshBuild& buildMesh, const TInodePtrInt nlassert (node); // Insert in the map - weightMap.insert (std::map::value_type (1, node)); + weightMap.insert (std::map::value_type (1.f, node)); } }