This commit is contained in:
David Rose 2001-05-18 22:25:47 +00:00
parent 21be6a20e2
commit 8f89401c8e
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ GraphicsStateGuardian(GraphicsWindow *win) {
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: GraphicsStateGuardian::Destructor // Function: GraphicsStateGuardian::Destructor
// Access: Public // Access: Public, Virtual
// Description: // Description:
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
GraphicsStateGuardian:: GraphicsStateGuardian::

View File

@ -41,7 +41,7 @@ class EXPCL_PANDA GraphicsStateGuardian : public GraphicsStateGuardianBase {
// //
public: public:
GraphicsStateGuardian(GraphicsWindow *win); GraphicsStateGuardian(GraphicsWindow *win);
~GraphicsStateGuardian(); virtual ~GraphicsStateGuardian();
PUBLISHED: PUBLISHED:
INLINE void set_render_traverser(RenderTraverser *rt); INLINE void set_render_traverser(RenderTraverser *rt);