oops, fix detach_geom_node
This commit is contained in:
parent
eb4812d06c
commit
bc32a645b8
|
|
@ -144,7 +144,7 @@ get_geom_node() {
|
|||
// will return this new GeomNode which will be empty until
|
||||
// the next call to draw().
|
||||
////////////////////////////////////////////////////////////////////
|
||||
GeomNode *ParametricCurveDrawer::
|
||||
PT(GeomNode) ParametricCurveDrawer::
|
||||
detach_geom_node() {
|
||||
if (!_drawn) {
|
||||
draw();
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ PUBLISHED:
|
|||
ParametricCurveCollection *get_curves();
|
||||
|
||||
GeomNode *get_geom_node();
|
||||
GeomNode *detach_geom_node();
|
||||
PT(GeomNode) detach_geom_node();
|
||||
|
||||
void set_num_segs(float num_segs);
|
||||
float get_num_segs() const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue