Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
f904a2017c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/egg2sg/eggLoader.cxx

+ 1 - 1
panda/src/egg2sg/eggLoader.cxx

@@ -1136,7 +1136,7 @@ make_node(EggNurbsCurve *egg_curve, NamedNode *parent) {
   }
   curve->set_name(egg_curve->get_name());
 
-  if (!nurbs->recompute()) {
+  if (!curve->recompute()) {
     egg2sg_cat.error()
       << "Invalid NURBSCurve " << egg_curve->get_name() << "\n";
     return (RenderRelation *)NULL;