From 1e32e85b2a122fc7be0d8b25ac2d320b84ff0143 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 6 Dec 2016 20:24:48 +0100 Subject: [PATCH] Fixed: Compilation --- 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)); } }