From 17d64726a42bd82e24ffd3c43e62076f3f59dacd Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Mon, 29 Oct 2007 15:08:21 +0000 Subject: [PATCH] Clarify nature of argument. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@315 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/Animation.as | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/as/com/threerings/flash/Animation.as b/src/as/com/threerings/flash/Animation.as index c4c9503c..53a68e16 100644 --- a/src/as/com/threerings/flash/Animation.as +++ b/src/as/com/threerings/flash/Animation.as @@ -24,7 +24,8 @@ package com.threerings.flash { public interface Animation { /** - * The primary working method for your animation. + * The primary working method for your animation. The argument indicates how + * many milliseconds have passed since the previous update. */ function updateAnimation (elapsed :Number) :void; }