From 2c3681ea07377c21ecfd99732f8e227b2735c27f Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 14 Jan 2010 17:39:12 +0000 Subject: [PATCH] fix erroneous error message --- pandatool/src/mayaegg/mayaEggLoader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/mayaegg/mayaEggLoader.cxx b/pandatool/src/mayaegg/mayaEggLoader.cxx index 7745a3aaf9..6feb5fcbb4 100755 --- a/pandatool/src/mayaegg/mayaEggLoader.cxx +++ b/pandatool/src/mayaegg/mayaEggLoader.cxx @@ -802,7 +802,7 @@ int MayaEggGeom::GetVert(EggVertex *vert, EggGroup *context) vtx._index = _vert_count++; if ((remaining_weight) > 0.01) { - mayaloader_cat.warning() << "weight munged to 1.0 by " << remaining_weight << " on: " << context->get_name() << " idx:" << vti->_index << endl; + mayaloader_cat.warning() << "weight munged to 1.0 by " << remaining_weight << " on: " << context->get_name() << " idx:" << vtx._index << endl; } _vertexArray.append(MakeMayaPoint(vtx._pos));