Remove extra finishtweening command, it was only needed once.

This commit is contained in:
Colby Klein
2008-08-01 04:02:31 +00:00
parent b391229b30
commit b821a10103
@@ -22,7 +22,6 @@ for s in ivalues(Stage) do
Stage = ss:GetStage();
StageIndex = ss:GetStageIndex();
end
self:finishtweening();
self:visible( Stage == s );
self:settext( StageToLocalizedString(Stage) );
self:diffuse( StageToColor(s) );