mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
reorder initialization of PictureFlowState
This commit is contained in:
@ -283,7 +283,7 @@ private:
|
|||||||
|
|
||||||
PictureFlowState::PictureFlowState(int a, float sr):
|
PictureFlowState::PictureFlowState(int a, float sr):
|
||||||
backgroundColor(0), slideWidth(150), slideHeight(200),
|
backgroundColor(0), slideWidth(150), slideHeight(200),
|
||||||
reflectionEffect(PictureFlow::BlurredReflection), centerIndex(0) , rawAngle(a), spacingRatio(sr), flowRightToLeft(false)
|
reflectionEffect(PictureFlow::BlurredReflection), rawAngle(a), spacingRatio(sr), centerIndex(0), flowRightToLeft(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user