Fix StyleCop warnings in OpenRA.Editor

This commit is contained in:
Hellhake
2015-01-01 23:09:34 +01:00
parent e9989496c4
commit beefe18ca5
3 changed files with 12 additions and 11 deletions

View File

@@ -319,6 +319,7 @@ namespace OpenRA.Editor
ControlPaint.DrawGrid(g, rect, new Size(ts.Width, ts.Height), Color.Red);
}
}
return bitmap;
}