mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fixed a minor bug
This commit is contained in:
parent
6c4ee5996d
commit
db026d888d
@ -44,8 +44,8 @@ ShaderAttrib(const ShaderAttrib ©) :
|
|||||||
_shader_priority(copy._shader_priority),
|
_shader_priority(copy._shader_priority),
|
||||||
_auto_shader(copy._auto_shader),
|
_auto_shader(copy._auto_shader),
|
||||||
_has_shader(copy._has_shader),
|
_has_shader(copy._has_shader),
|
||||||
_flags(_flags),
|
_flags(copy._flags),
|
||||||
_has_flags(_has_flags),
|
_has_flags(copy._has_flags),
|
||||||
_inputs(copy._inputs)
|
_inputs(copy._inputs)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user