mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
reorder initializers to prevent gcc compiler warning
This commit is contained in:
parent
d267dbe9bb
commit
29333d2966
@ -35,10 +35,10 @@ PolylightEffect() {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE PolylightEffect::
|
INLINE PolylightEffect::
|
||||||
PolylightEffect(const PolylightEffect ©) :
|
PolylightEffect(const PolylightEffect ©) :
|
||||||
_lightgroup(copy._lightgroup),
|
_contribution_type(copy._contribution_type),
|
||||||
_effect_center(copy._effect_center),
|
_weight(copy._weight),
|
||||||
_contribution_type(copy._contribution_type),
|
_lightgroup(copy._lightgroup),
|
||||||
_weight(copy._weight)
|
_effect_center(copy._effect_center)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user