mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
remove debug output
This commit is contained in:
parent
9d374b35a2
commit
165f739fc2
@ -471,7 +471,6 @@ generate_bevel_geom(const LVecBase4f &frame, bool in) {
|
|||||||
texcoord.add_data2f(inner_left, inner_bottom);
|
texcoord.add_data2f(inner_left, inner_bottom);
|
||||||
texcoord.add_data2f(inner_left, inner_top);
|
texcoord.add_data2f(inner_left, inner_top);
|
||||||
}
|
}
|
||||||
vdata->write(cerr);
|
|
||||||
PT(Geom) geom = new Geom(vdata);
|
PT(Geom) geom = new Geom(vdata);
|
||||||
geom->add_primitive(strip);
|
geom->add_primitive(strip);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user