From f012a6d30ec1f7e43f63bac38d4a38ba52323359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 09:34:19 +0200 Subject: [PATCH] reorder initialization of PictureFlowState --- common/pictureflow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pictureflow.cpp b/common/pictureflow.cpp index f83507e3..a094ba41 100644 --- a/common/pictureflow.cpp +++ b/common/pictureflow.cpp @@ -283,7 +283,7 @@ private: PictureFlowState::PictureFlowState(int a, float sr): 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) { }