mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
remove unnecessary and incorrect begin_decal/end_decal
This commit is contained in:
parent
2b7f0ca2e6
commit
50e82c50f0
@ -189,9 +189,6 @@ public:
|
|||||||
virtual void issue_point_shape(const PointShapeAttribute *) { }
|
virtual void issue_point_shape(const PointShapeAttribute *) { }
|
||||||
virtual void issue_polygon_offset(const PolygonOffsetAttribute *) { }
|
virtual void issue_polygon_offset(const PolygonOffsetAttribute *) { }
|
||||||
|
|
||||||
virtual void begin_decal(GeomNode *) { }
|
|
||||||
virtual void end_decal(GeomNode *) { }
|
|
||||||
|
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
static TypeHandle get_class_type() {
|
static TypeHandle get_class_type() {
|
||||||
return _type_handle;
|
return _type_handle;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user