mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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::
|
||||
PolylightEffect(const PolylightEffect ©) :
|
||||
_lightgroup(copy._lightgroup),
|
||||
_effect_center(copy._effect_center),
|
||||
_contribution_type(copy._contribution_type),
|
||||
_weight(copy._weight)
|
||||
_contribution_type(copy._contribution_type),
|
||||
_weight(copy._weight),
|
||||
_lightgroup(copy._lightgroup),
|
||||
_effect_center(copy._effect_center)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user