Skip to content

Commit

Permalink
[fx] fixup compile
Browse files Browse the repository at this point in the history
  • Loading branch information
EspeuteClement committed Jan 24, 2025
1 parent 4248f82 commit 751078e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hide/comp/CurveEditor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ class OverviewEditor extends Component implements CurveEditorComponent

for (c in this.curveEditor.curves)
if (c.selected || this.curveEditor.curves.length == 1) {
var previousKeyVal = c.getVal(time, true);
var previousKeyVal = c.getVal(time);
c.addKey(time, previousKeyVal, c.keyMode);
}

Expand Down

0 comments on commit 751078e

Please sign in to comment.