Explorar o código

*** empty log message ***

David Rose %!s(int64=25) %!d(string=hai) anos
pai
achega
f904a2017c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;