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
This commit is contained in:
Par Winzell
2007-10-29 16:02:34 +00:00
parent 17d64726a4
commit 7adc0b51f5
+1 -1
View File
@@ -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;
}