actually .. do take the trim out

This commit is contained in:
UbitUmarov
2019-01-29 22:06:30 +00:00
parent 373ec7afa2
commit 5fc44398fe

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