mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fixed linux gcc bug
This commit is contained in:
parent
d8511c6672
commit
b6ea4ab8b2
@ -61,7 +61,7 @@ protected:
|
|||||||
private:
|
private:
|
||||||
int _outputs;
|
int _outputs;
|
||||||
|
|
||||||
static CPT(RenderAttrib) AuxBitplaneAttrib::_default;
|
static CPT(RenderAttrib) _default;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static void register_with_read_factory();
|
static void register_with_read_factory();
|
||||||
|
@ -68,7 +68,7 @@ private:
|
|||||||
float _level[2];
|
float _level[2];
|
||||||
float _threshold[2];
|
float _threshold[2];
|
||||||
|
|
||||||
static CPT(RenderAttrib) LightRampAttrib::_identity;
|
static CPT(RenderAttrib) _identity;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static void register_with_read_factory();
|
static void register_with_read_factory();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user