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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user