diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs b/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs index 3b9c687..c9423f0 100644 --- a/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs | |||
@@ -558,7 +558,6 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender | |||
558 | if(nextLine[4] == ' ') | 558 | if(nextLine[4] == ' ') |
559 | start++; | 559 | start++; |
560 | nextLine = nextLine.Substring(start); | 560 | nextLine = nextLine.Substring(start); |
561 | nextLine = nextLine.Trim(); | ||
562 | graph.DrawString(nextLine, myFont, myBrush, startPoint); | 561 | graph.DrawString(nextLine, myFont, myBrush, startPoint); |
563 | } | 562 | } |
564 | else if (nextLine.StartsWith("Image")) | 563 | else if (nextLine.StartsWith("Image")) |