mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
cosmetic
This commit is contained in:
parent
21be6a20e2
commit
8f89401c8e
@ -72,7 +72,7 @@ GraphicsStateGuardian(GraphicsWindow *win) {
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: GraphicsStateGuardian::Destructor
|
||||
// Access: Public
|
||||
// Access: Public, Virtual
|
||||
// Description:
|
||||
////////////////////////////////////////////////////////////////////
|
||||
GraphicsStateGuardian::
|
||||
|
@ -41,7 +41,7 @@ class EXPCL_PANDA GraphicsStateGuardian : public GraphicsStateGuardianBase {
|
||||
//
|
||||
public:
|
||||
GraphicsStateGuardian(GraphicsWindow *win);
|
||||
~GraphicsStateGuardian();
|
||||
virtual ~GraphicsStateGuardian();
|
||||
|
||||
PUBLISHED:
|
||||
INLINE void set_render_traverser(RenderTraverser *rt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user