@Override gets the point across
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@881 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -74,7 +74,7 @@ public class GleamAnimation extends Animation
|
||||
_fadeIn = fadeIn;
|
||||
}
|
||||
|
||||
@Override // documentation inherited
|
||||
@Override
|
||||
public void tick (long timestamp)
|
||||
{
|
||||
if (timestamp - _lastUpdate < _millisBetweenUpdates) {
|
||||
|
||||
Reference in New Issue
Block a user