Clarify nature of argument.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@315 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Par Winzell
2007-10-29 15:08:21 +00:00
parent 618e688aab
commit 17d64726a4
+2 -1
View File
@@ -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;
}