Whitespace change.
parent
76c4296e39
commit
16c72dce5d
|
@ -362,7 +362,7 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender
|
||||||
{
|
{
|
||||||
graph.FillRectangle(bgFillBrush, 0, 0, width, height);
|
graph.FillRectangle(bgFillBrush, 0, 0, width, height);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
bitmap = new Bitmap(width, height, PixelFormat.Format32bppArgb);
|
bitmap = new Bitmap(width, height, PixelFormat.Format32bppArgb);
|
||||||
|
|
Loading…
Reference in New Issue