فهرست منبع

remove unnecessary and incorrect begin_decal/end_decal

David Rose 24 سال پیش
والد
کامیت
50e82c50f0
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      panda/src/gsgbase/graphicsStateGuardianBase.h

+ 0 - 3
panda/src/gsgbase/graphicsStateGuardianBase.h

@@ -189,9 +189,6 @@ public:
   virtual void issue_point_shape(const PointShapeAttribute *) { }
   virtual void issue_polygon_offset(const PolygonOffsetAttribute *) { }
 
-  virtual void begin_decal(GeomNode *) { }
-  virtual void end_decal(GeomNode *) { }
-
 PUBLISHED:
   static TypeHandle get_class_type() {
     return _type_handle;