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