Explorar el Código

[fx] fixup compile

Clément Espeute hace 7 meses
padre
commit
751078e746
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hide/comp/CurveEditor.hx

+ 1 - 1
hide/comp/CurveEditor.hx

@@ -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);
 			}