actually .. do take the trim out
parent
373ec7afa2
commit
5fc44398fe
|
@ -558,7 +558,6 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender
|
||||||
if(nextLine[4] == ' ')
|
if(nextLine[4] == ' ')
|
||||||
start++;
|
start++;
|
||||||
nextLine = nextLine.Substring(start);
|
nextLine = nextLine.Substring(start);
|
||||||
nextLine = nextLine.Trim();
|
|
||||||
graph.DrawString(nextLine, myFont, myBrush, startPoint);
|
graph.DrawString(nextLine, myFont, myBrush, startPoint);
|
||||||
}
|
}
|
||||||
else if (nextLine.StartsWith("Image"))
|
else if (nextLine.StartsWith("Image"))
|
||||||
|
|
Loading…
Reference in New Issue