mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-06 20:03:16 -04:00
*** empty log message ***
This commit is contained in:
parent
ed6e6ba121
commit
f904a2017c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user