From e58d747f6a6a1cc1432a97373912633321a5b1c4 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Fri, 23 Apr 2010 19:45:29 +0000 Subject: [PATCH] typo fix --- 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 b93cb67886..7ad48a7238 100755 --- a/pandatool/src/mayaegg/mayaEggLoader.cxx +++ b/pandatool/src/mayaegg/mayaEggLoader.cxx @@ -777,7 +777,7 @@ int MayaEggGeom::GetVert(EggVertex *vert, EggGroup *context) if (vtx._weights.size()==0) { if (context != 0) { vtx._weights.push_back(MayaEggWeight(1.0, context)); - vtx._sumWeights == 1.0; // [gjeon] to be used in normalizing weights + vtx._sumWeights = 1.0; // [gjeon] to be used in normalizing weights } //remaining_weight = 0.0; }/* else {