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; }