Skip to content

Commit 7035e94

Browse files
committed
[GraphCurve] コンストラクタ呼び出し部分の修正
1 parent 3e5e3af commit 7035e94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

curve_editor/curve_editor_graph.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ namespace cved {
99
GraphCurveEditor::GraphCurveEditor() :
1010
curves_normal_{},
1111
curves_value_{},
12-
curve_bezier_{ mkaul::Point{0., 0.}, mkaul::Point{1., 1.},true },
13-
curve_elastic_{ mkaul::Point{0., 0.}, mkaul::Point{1., 0.5}, true },
14-
curve_bounce_{ mkaul::Point{0., 0.}, mkaul::Point{1., 1.}, true }
12+
curve_bezier_{ mkaul::Point{0., 0.}, mkaul::Point{1., 1.}, 0u, 0u, true},
13+
curve_elastic_{ mkaul::Point{0., 0.}, mkaul::Point{1., 0.5}, 0u, 0u, true },
14+
curve_bounce_{ mkaul::Point{0., 0.}, mkaul::Point{1., 1.}, 0u, 0u, true }
1515
{
1616
reset_id_curves();
1717
curve_bezier_.clear();

0 commit comments

Comments
 (0)