mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
cosmetic
This commit is contained in:
parent
21be6a20e2
commit
8f89401c8e
@ -72,7 +72,7 @@ GraphicsStateGuardian(GraphicsWindow *win) {
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: GraphicsStateGuardian::Destructor
|
// Function: GraphicsStateGuardian::Destructor
|
||||||
// Access: Public
|
// Access: Public, Virtual
|
||||||
// Description:
|
// Description:
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
GraphicsStateGuardian::
|
GraphicsStateGuardian::
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user