mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
*** empty log message ***
This commit is contained in:
parent
3d3c61c20e
commit
a052ba6eea
@ -188,10 +188,12 @@ public:
|
|||||||
INLINE GraphicsWindow* get_window(void) const { return _win; }
|
INLINE GraphicsWindow* get_window(void) const { return _win; }
|
||||||
|
|
||||||
|
|
||||||
public:
|
PUBLISHED:
|
||||||
static TypeHandle get_class_type() {
|
static TypeHandle get_class_type() {
|
||||||
return _type_handle;
|
return _type_handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public:
|
||||||
static void init_type() {
|
static void init_type() {
|
||||||
GraphicsStateGuardianBase::init_type();
|
GraphicsStateGuardianBase::init_type();
|
||||||
register_type(_type_handle, "GraphicsStateGuardian",
|
register_type(_type_handle, "GraphicsStateGuardian",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user