mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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());
|
||||
|
||||
if (!nurbs->recompute()) {
|
||||
if (!curve->recompute()) {
|
||||
egg2sg_cat.error()
|
||||
<< "Invalid NURBSCurve " << egg_curve->get_name() << "\n";
|
||||
return (RenderRelation *)NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user