*** empty log message ***

This commit is contained in:
David Rose 2001-03-06 05:45:50 +00:00
parent ed6e6ba121
commit f904a2017c

View File

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