Fix booches.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@335 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-06-27 22:06:23 +00:00
parent ebdf4f8fe2
commit 43d53e73a8
@@ -158,12 +158,12 @@ public class PlayersDisplay extends Sprite
return null;
}
protected function drawBorder (var maxWidth :int) :void
protected function drawBorder (maxWidth :int) :void
{
// draw a blue rectangle around everything
graphics.clear();
graphics.lineStyle(1, 0x0000FF);
graphics.drawRect(0, 0, maxWidth + (border * 2), y);
graphics.drawRect(0, 0, maxWidth + (getBorderSpacing() * 2), y);
}
protected function getBackground (isTurn :Boolean) :uint