From 7adc0b51f5b80aab7e3124ee5c9459aacb776a33 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Mon, 29 Oct 2007 16:02:34 +0000 Subject: [PATCH] Let our clarification not be a blatant lie. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@316 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/Animation.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/flash/Animation.as b/src/as/com/threerings/flash/Animation.as index 53a68e16..ae8a38fb 100644 --- a/src/as/com/threerings/flash/Animation.as +++ b/src/as/com/threerings/flash/Animation.as @@ -25,7 +25,7 @@ public interface Animation { /** * The primary working method for your animation. The argument indicates how - * many milliseconds have passed since the previous update. + * many milliseconds have passed since the animation was started. */ function updateAnimation (elapsed :Number) :void; }