Chris Brunner 15 years ago
parent
commit
e58d747f6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/mayaegg/mayaEggLoader.cxx

+ 1 - 1
pandatool/src/mayaegg/mayaEggLoader.cxx

@@ -777,7 +777,7 @@ int MayaEggGeom::GetVert(EggVertex *vert, EggGroup *context)
   if (vtx._weights.size()==0) {
   if (vtx._weights.size()==0) {
     if (context != 0) {
     if (context != 0) {
       vtx._weights.push_back(MayaEggWeight(1.0, context));
       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;
     //remaining_weight = 0.0;
   }/* else {
   }/* else {