From: subhransu mohanty Date: Mon, 24 Jun 2019 06:50:47 +0000 (+0900) Subject: rlottie: Fix build break X-Git-Tag: submit/tizen/20190626.023112~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=440d8ebe37f007244cabfaa09098b941bb161af0;p=platform%2Fcore%2Fuifw%2Flottie-player.git rlottie: Fix build break --- diff --git a/src/vector/vpath.cpp b/src/vector/vpath.cpp index 1eb8aa6..14f260c 100644 --- a/src/vector/vpath.cpp +++ b/src/vector/vpath.cpp @@ -143,7 +143,7 @@ void VPath::VPathData::reserve(size_t pts, size_t elms) static VPointF curvesForArc(const VRectF &, float, float, VPointF *, size_t *); static constexpr float PATH_KAPPA = 0.5522847498f; -static constexpr float K_PI = M_PIf32; +static constexpr float K_PI = float(M_PI); void VPath::VPathData::arcTo(const VRectF &rect, float startAngle, float sweepLength, bool forceMoveTo)