mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
actually .. do take the trim out
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user