mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
Fixed an uninizialized data bug in make_default_impl
This commit is contained in:
parent
e75c8695dd
commit
eeb8b61bc9
@ -23,7 +23,12 @@
|
|||||||
// Description:
|
// Description:
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE ShaderAttrib::
|
INLINE ShaderAttrib::
|
||||||
ShaderAttrib() {
|
ShaderAttrib() :
|
||||||
|
_shader(NULL),
|
||||||
|
_shader_priority(0),
|
||||||
|
_has_shader(false),
|
||||||
|
_auto_shader(false)
|
||||||
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user