Occam's razor.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4100 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-08 21:37:54 +00:00
parent 490dab5780
commit 7bdf7aba88
@@ -19,7 +19,7 @@ public class ImageUtil
public static function createErrorImage (width :int, height :int) :Shape
{
var shape :Shape = new Shape();
shape.graphics.beginBitmapFill(createErrorBitmap(), null, true);
shape.graphics.beginBitmapFill(createErrorBitmap());
shape.graphics.drawRect(0, 0, width, height);
shape.graphics.endFill();
return shape;