From c0b0b9c94a5bf4935a3e4edd60436d57f23a6c60 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Wed, 14 May 2008 21:18:54 +0000 Subject: [PATCH] Start with no alpha so getting a paint before we're ticked doesn't blow up git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@495 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/media/animation/GleamAnimation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/media/animation/GleamAnimation.java b/src/java/com/threerings/media/animation/GleamAnimation.java index c0fcc394..98e20a37 100644 --- a/src/java/com/threerings/media/animation/GleamAnimation.java +++ b/src/java/com/threerings/media/animation/GleamAnimation.java @@ -203,7 +203,7 @@ public class GleamAnimation extends Animation protected int _downmillis; protected int _maxAlpha = 750; protected int _minAlpha; - protected int _alpha = -1; + protected int _alpha; protected long _lastUpdate; protected int _millisBetweenUpdates; }