actually .. do take the trim out

0.9.1.0-post-fixes
UbitUmarov 2019-01-29 22:06:30 +00:00
parent 373ec7afa2
commit 5fc44398fe
1 changed files with 0 additions and 1 deletions

View File

@ -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"))