mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
revert accidental checkin of debug code
This commit is contained in:
parent
8bbda67e2a
commit
66b4e26506
@ -730,12 +730,6 @@ make_texture_layer(const NodePath &render,
|
|||||||
|
|
||||||
geom.set_texture(stage_info._tex);
|
geom.set_texture(stage_info._tex);
|
||||||
geom.node()->set_attrib(cba);
|
geom.node()->set_attrib(cba);
|
||||||
|
|
||||||
if (grutil_cat.is_debug()) {
|
|
||||||
GeomNode *geom_node;
|
|
||||||
DCAST_INTO_V(geom_node, geom.node());
|
|
||||||
geom_node->write_verbose(grutil_cat.debug(), 0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user