aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorUbitUmarov2019-01-29 22:06:30 +0000
committerUbitUmarov2019-01-29 22:06:30 +0000
commit5fc44398fe190ba94bd28ee0eeb59d75a1690e2d (patch)
treedeac5c827bd9e66d7335ee331c4c15f508ad09fc /OpenSim/Region
parenttry to not lose start and end spaces in osDrawText (diff)
downloadopensim-SC-5fc44398fe190ba94bd28ee0eeb59d75a1690e2d.zip
opensim-SC-5fc44398fe190ba94bd28ee0eeb59d75a1690e2d.tar.gz
opensim-SC-5fc44398fe190ba94bd28ee0eeb59d75a1690e2d.tar.bz2
opensim-SC-5fc44398fe190ba94bd28ee0eeb59d75a1690e2d.tar.xz
actually .. do take the trim out
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs1
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"))