From 2e29673fa970b814c97d5838963de49c2a65424b Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 13:43:24 +0100 Subject: Rename application functions --- script.it/script_event/tick.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script.it/script_event/tick.ml') diff --git a/script.it/script_event/tick.ml b/script.it/script_event/tick.ml index c927a2a..1052cf8 100755 --- a/script.it/script_event/tick.ml +++ b/script.it/script_event/tick.ml @@ -7,7 +7,7 @@ type t = float * (float * float) Tick only occurs when drawing a new path *) -let update (delay, point) state = +let process (delay, point) state = match state.State.mode with | Edit -> (* Add the point in the list *) -- cgit v1.2.3